Archived topic
Hide Header in Blog
5 replies · Started by Derek on May 24, 2016
Viewing posts 1–6 of 6
I want to disable header section inside Blog and shop page, I have disable it from Disable Elements but this is not working and still showing header there.
Hi there,
Try this CSS:
.blog .site-header,
.archive .site-header,
.woocommerce .site-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
What shop plugin are you using?
For shop I am using Woocommerece.
I just edited the code above :)
thanks Tom, Fixed...!!
You're welcome :)
This archived topic is closed to new replies.
