I am using a theme that is showing a footer on every page. the footer is okay and I want to keep it, but I am trying to remove it on a specific page.
So here's what I got so far
#footer p.credits this is the footer,
#page-231 the specific page
{display:none; } and this is the command.
I know this sounds completely stupid, but how do I connect all three to make one usable command for my stylesheet (or is this impossible)?