Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #879121
    BCNfranchise
    Participant

    Hi,

    We wanted to have the nav bar only to show/clicked once and it would show the menu, but here in the attached image there’s another bar that you have to click, then the black button nav shows then click that – only time the menu shows up. How would it be possible to just have the black button nav show up then once clicked (1 time) then the menus show up.

    Thank you.

    #879760
    Paul R
    Moderator

    Hi,

    By default, the mobile menu items should show when click once but since you are using third party plugin ubermenu you need click it twice.

    We can hide the xtheme mobile button and show ubermenu button instead.

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 979px) {
    body .x-nav-wrap.mobile.collapse {
       display:block !important;
    }
    body .masthead-inline .x-btn-navbar {
        display: none !important;
    }
    }
    

    Hope that helps.

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