How to Hide header with CSS
-
Hi,
Using CSS, I’m trying to hide the header for this page:
millenniumdestinationclub.com/test-landing-page/
I managed to hide the footer with:
body.page-id-946 #footer-banner {
display: none;
}But I can’t seem to get the header to hide. I tried the same approach I used for the footer but I guess I’m targeting the wrong ID. Could take a look at the page and let me know which ID(s) I should be targeting?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to Hide header with CSS’ is closed to new replies.