Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #38549
    Charan R
    Participant

    Is there a way to remove the menu completely? I have assigned a menu and added no links to it (which gets rid of the “assign a menu” prompt) and that works fine for desktop but on the mobile version the nag button still appears. I want to remove navigation completely for now.

    #38731
    Support
    Member

    Hi Charan!

    Thank you for using the theme!

    Just leave the menu there then add this on Customizer > Custom > CSS:

    .x-nav-collapse.collapse {
    display: none;
    }

    This should remove the navbar entirely. Cheers!

    #38739
    Charan R
    Participant
    This reply has been marked as private.
    #39080
    Rad
    Moderator

    Hi Charan,

    You could change it into,

    .x-btn-navbar, .x-nav-collapse.collapse {
    display: none;
    }

    🙂

    #39387
    Charan R
    Participant

    No dice. Any other suggestions. 🙂

    #39655
    Support
    Member

    Yo Charan!

    Try out
    .masthead-inline .x-btn-navbar { display: none; }

    If it still doesn’t work try forcing it as important.
    .masthead-inline .x-btn-navbar { display: none !important; }

    Cheers!

    #39818
    Charan R
    Participant

    BOOM! 😀

    #40008
    Support
    Member

    Boom Charan Charan! 🙂

    Let us know if you need anything else.

    #42027
    q j
    Participant

    Support, I used all CSS recommendations, takes care of the top menu but now the bottom. What is the CSS code to remove bottom menu? TIA

    #42319
    Rad
    Moderator

    Hi Q J,

    What do you mean by bottom menu? Could you provide a url address, or a screenshot?

    Thank you.

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