Archived topic
Remove Header before menu
3 replies · Started by Lloyd on November 22, 2015
Viewing posts 1–4 of 4
Hi Everyone, How can I remove the header above the main menu?
When I inspect the code the .inside-header div = padding 40px
inline:37
But I cant find this in the css file?
Any help would be appreciated.

Hi there,
Give this a shot:
.site-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Hi Tom, Brilliant, that done the trick, Thanks very much.
You're welcome :)
This archived topic is closed to new replies.
