Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1166826
    macayla
    Participant

    Hello,

    I would like to have the navbar completely disappear on a certain page. Right now I am using

    .page-id-2 .masthead-inline .desktop .x-nav {
        display: none;   

    which works to remove the content; however, the space is still there. Is there a way to remove the empty area where the navbar was? (So the main content and left sidebar are flush with the top of the page)

    url: http://sattvadubuque.com

    #1166849
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Try adding this CSS to Customizer > Custom > CSS

    .page-id-2 #menu-main {
    display: none;
    }

    Hope this helps!

    #1166856
    macayla
    Participant

    Yes, thanks!

    #1166889
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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