Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233703

    Hello, I have a one page site that does not require a navbar. I have removed it from the site but the mobile menu and navbar still appear. Can you please let me know how to remove it? I have attempted the suggestions found here with no luck. I am including the url and credentials in the following post. Thanks in advance.

    #1233704
    This reply has been marked as private.
    #1233721
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (max-width: 979px) {
    .masthead-stacked .x-navbar {
    display: none;
    } }

    Hope it helps

    Joao

    #1234875

    Perfect, thanks!

    #1235066
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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