Site logo

Archived topic

disable header globally?

3 replies · Started by Duncan on November 25, 2016

Viewing posts 1–4 of 4

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

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;
}

Awesome, thanks Tom.

You're welcome :)

This archived topic is closed to new replies.