[Resolved] disable header globally?

Home Forums Support [Resolved] disable header globally?

Home Forums Support disable header globally?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247710
    Duncan

    Hi,

    The “disable header” option does exactly what I want, but rather than tick the box on each page/post, is there a way of applying this option globally, so it is removed from all pages/posts automatically?

    Thanks

    Duncan

    #247719
    Tom
    Lead Developer
    Lead Developer

    Hi Duncan,

    I have this feature planned for the Disable Elements add-on in the Customizer in the near future.

    For now, you can achieve it with this CSS:

    .site-header {
        display: none;
    }
    #247726
    Duncan

    Awesome, thanks Tom.

    #247727
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.