• Resolved NEW EUROPA

    (@carlodboyer)


    /LOGIN Animation/
    
    .modal-wrap .content-block {
    z-index: 2;
    border-radius: 10px;
    transition: .0s opacity,0s visibility,0s
    } .modal-wrap.active-2 .tipi-latl>.title-wrap {
    transition: opacity .0s,transform .0s cubic-bezier(0,0,0.3,1);
    } .modal-wrap.active-2 form, .modal-wrap.active-2 .tipi-latl>.latl-contents {
    transition: opacity .0s,transform .0s cubic-bezier(0,0,0.3,1);
    } /MOBILE Menu Animation/ .site-mob-menu-a-2 .mob-menu-wrap {
    transition: all .0s !important;
    } .mob-open .mob-menu-wrap .content>* {
    animation-duration: .0s;
    } .mob-menu-wrap .content .mobile-navigation, .mob-menu-wrap .content .menu-icons {
    animation-delay: .0s;
    }

    Hello, i need to erase the animations of my theme’s ‘login’ and ‘menu’, and i have found the css, but i am not an expert and wanted to ask if i can can just completely off the css codes instead of changing it’s values from ‘3s’ to ‘0s’ ?

    Regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    It’s inadvisable to alter any code belonging to any module that is subject to periodic updates. Your changes will be removed during the next update. For customizing the default CSS, you can add overriding code to the Additional CSS customizer section. If your theme is hiding the customizer, it can be accessed by manually typing in your site’s URL for /wp-admin/customizer.php into your browser’s address bar.

    Typically in CSS, when you use a 0 quantity, no units are specified, for example: margin-top: 0;

    For transition, you don’t need to zero out everything, just do transition: none;

    Thread Starter NEW EUROPA

    (@carlodboyer)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable CSS Codes’ is closed to new replies.