How to remove footer from individual pages?
-
I’m trying to remove footer from individual pages using the following css code (with the page id, obviously, pointing to the page on my site I want to change)
body.page-id-2800 td#footer {
display:none;
}and applying it in the custom css file – but without success. Does this code look right? Is this the correct way of going about removing the footer from individual pages? Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove footer from individual pages?’ is closed to new replies.