Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1015620
    johnsondesignco
    Participant

    I am using the Integrity 1 theme. When hovering on a drop down menu item, then moving away, it takes 2-3 second for it to disappear. How do I make it instant?

    #1015622
    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #1016089
    johnsondesignco
    Participant
    #1016102
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .x-nav li.menu-item-has-children > submenu,
    .x-navbar .desktop .x-nav li.menu-item-has-children.x-active > submenu,
    .site .desktop .menu-item.x-active>.sub-menu {
        display: none !important;
    }
    
    .x-navbar .desktop .x-nav li.menu-item-has-children:hover > submenu,
    .x-navbar .desktop .x-nav li.menu-item-has-children.x-active > submenu,
    .site .desktop .menu-item.x-active:hover>.sub-menu {
        display: block !important;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1015620 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>