Remove Header and footer from one page
-
Hi,
I have seen more topics about this subject, but somehow they didn’t solve my problem.
I’d like to create a landing page, and in order to do that i would like to remove the header and footer from a selection of pages.
At the moment: https://jason-quake.nl/?page_id=8194body.page-id-8194 #header,
body.page-id-8194 #footer {
display: none;
}
body.page-id-8194 #masthead,
body.page-id-8194 .site-footer {
display: none;
}Unfortunately it didn’t work for me, what am i doing wrong?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove Header and footer from one page’ is closed to new replies.