Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1134020
    ADS Media
    Participant

    Hi, when I leave a submenu it is still displayed for a second or two before fading out. I’d like to make this instant. I’ve tried some other solutions I’ve read on here but they’ve all had issues (i.e. submenu not showing at all then parent hovered). Any chance you can give me a hand with this?

    Thanks in advance!

    #1134022
    ADS Media
    Participant
    This reply has been marked as private.
    #1134161
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Try adding this code below in your customizer > Custom > CSS:

    .x-navbar .desktop .x-nav li:hover > .sub-menu {
        display: block;
    }
    
    .x-navbar .desktop .x-nav li > .sub-menu {
        display: none;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1136780
    ADS Media
    Participant

    Worked like a charm! Thanks!

    #1136911
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

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