remove header for specific page
-
I want to remove the header for a specific page with CSS code. I have the following:
.home .site-header {
display: none;
}
.post-34738 .site-header {
display: none;
}For home, the code works and the header is suppressed. For post-34738 however, I can stand on my head but the header remains visible. This is for all pages that are not .home …
Does anyone have any ideas why it’s not working? Thanks in advance for any help…
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘remove header for specific page’ is closed to new replies.