Archived topic
Getting the Header to Not appear on Single Post Pages?
3 replies · Started by James on May 17, 2020
Viewing posts 1–4 of 4
I would like to have the header disappear on single post pages, leaving only the nav bar, or a Menu bar, if possible.
Hi there,
Try this CSS:
.single .site-header {
display: none;
}
Let me know :)
Perfect. Thanks, Tom, and Happy 6 Years of GP! Still lovin' it.
Thank you! Glad I could help :)
This archived topic is closed to new replies.