Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @meb92,

    Thanks for reaching out!

    The theme itself does not have the option of disabling the header entirely, however, you can achieve this with the following CSS workaround, which you can add to the Appearance>Customize>Additional CSS section:

    
    #site-header{
    	display:none;
    }
    

    After adding the code, hit “Publish”. The header should now be hidden on your site.

    Please let me know if this works for you!

    How about eliminating the primary menu on a single page? I know it can be done in css, but can’t figure out the code.

    I tried this for a page with id=507, but it did not work.

    .page-id-507 .site-navigation .primary-navigation{
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate Header’ is closed to new replies.