Remove Footer and Header with CSS on certain pages
-
Hi there, I am having trouble removing my header and footer from certain pages on my site. I am currently using a theme called “clean and flossy” unfortunately there is no support for the theme (think they might have gone bust or in middle of selling business) so here I am.
On a different theme I used the following to remove the footer from a certain page
.page-id-259 .footer {
display: none;
}If I try the same it doesn’t work. Ive checked my page ID so I don’t think it’s that. I have also tried replacing “page-id” with other things like “menu-item” by looking at the source code, again no luck.
My knowledge of CSS is very basic so I would appreciate very much any help you guys can offer.
Cheers:)
- The topic ‘Remove Footer and Header with CSS on certain pages’ is closed to new replies.