Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212509
    [email protected]
    Participant

    Hi there,

    I am trying to disable the menu on desktop and mobile. I have searched the forum and added in custom CSS (taken from the forum), however either the mobile menu or desktop menu is disabled, not both.

    This is the CSS I have implemented

    */
    @media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
    display: none !important;
    }

    @media ( min-width: 980px ) {
    .x-navbar {
    display:none;
    }

    My website is chinacommsalliance.com.au

    Thanks so much for your help.

    Georgia

    #1212812
    Paul R
    Moderator

    Hi Georgia,

    You can try this code instead.

    
    body .x-navbar-wrap {
        display:none;
    }
    

    Hope that helps.

    #1217948
    [email protected]
    Participant

    Thank you! That worked

    #1217952
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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