Hide Header

Hello there,

Can you assist how to hide/remove the header ?

I did tried to enter this in css but didn't work


.site-header {
display: none;
}


Thanks,
Nasser

Comments

  • edited January 2019
    Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hello,

    This is the link of the website, www.earthroastery.com
  • Hi,
    This CSS will remove the header from all of the pages.
    #Header_wrapper{
    display:none !important;
    }
    Thanks
Sign In or Register to comment.