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