Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38538
    Mike Atkinson
    Guest

    We need a theme that has no site header. I couldn’t find any so I chose one figuring I could turn it on and off. But I can’t find the off button. Please let me know what I can do. Thanks

    #38552
    BoldGrid Support
    Keymaster

    Hello Mike,

    Out of the box, our BoldGrid Themes are not able to hide the header entirely. You can add custom CSS to hide it:

    .site-header {
    display: none;
    }

    Alternatively you can use the Post and Page Builder with a non-BoldGrid theme, like the Twenty Twenty or Twenty Twenty-One default theme, and then select the Content Only page template.

    Content Only page template WordPress

    Please let us know if we can help with anything else.
    Thanks,
    Nicole

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