Archived topic
I disabled the header but there is still a white container/box left?
5 replies · Started by Marius on March 18, 2017
Hello guys,
just bought the premium version and love it :)
After I disabled the header on some pages, there is still a white container / white box left.
What do I have to do in order to remove it?
Best regards!
P.S. How do I get the stick header to be transparent? Didn't see that option yet.
Hi Marius,
Glad you are enjoying GP :)
Are you able to provide a link to your site so we can have a look?
Thanks!
Hey, thanks for replying.
Here is a link:
*
I have disabled the header on all pages, but there is still this weird white "header box" left, that I can't seem to get rid off. Any ideas?
Sorry how did you disable the header? The white space is the header itself.
Are you wanting to disable the header globally? If so try this CSS:
.site-header {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hey, thanks, that worked. I disabled the header on each page via the "Edit Page> Disable Elements".
Thank you for the quick solution! :)
You're welcome :)