Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1068474
    RocktheHouse1876
    Participant

    When the nav bar is viewed in a mobile mode, there are two levels of the “menu” hamburger. In that, when user clicks the menu hamburger, there is a dropdown which reveals another menu hamburger to click. I am using the X-Theme UberMenu add-on.

    How do I remove the first hamburger menu?

    Thanks so much!

    #1068476
    RocktheHouse1876
    Participant
    This reply has been marked as private.
    #1068859
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .ubermenu-skin-clean-white.ubermenu-responsive-toggle:hover {
        background: transparent !important;
    }
    
    .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
        font-size: 20px !important;
        text-align: center !important;
    }
    
    @media screen and (max-width: 979px) {
    .masthead-stacked .x-btn-navbar {
        display: none !important;
    }
    .x-nav-wrap.mobile {
        display: block !important;
    }
    }

    Let us know how this goes!

    #1069866
    RocktheHouse1876
    Participant

    Wow! That was it! Genius!

    The only other fix is for the submenu under “Golf Car Products”. It only displays 7 of the 9 sub menu items. It’s like the sub-menu will only extend the length of the entire menu placeholder and anything else longer gets cut off. What do you thinK, is there a way to fix?

    #1070107
    Rad
    Moderator

    Hi there,

    Please add this CSS as well,

    @media ( max-width: 979px ) {
    .x-nav-wrap.mobile {
        overflow: visible !important;
    }
    .ubermenu-submenu {
    position: static !important;
    }
    }

    Thanks!

    #1070588
    RocktheHouse1876
    Participant

    That was the trick. Perfecto! Thank you for your help!

    #1070690
    John Ezra
    Member

    You’re most welcome!

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