Remove ALL CSS from a single page
-
I need to create a new page on my site and I need to start from scratch on it. It needs to not have ANY of the themes, headers, menus, footers, etc. of the rest of the site.
How do I block the CSS on just one page? (I know about using the
<?php if (!is_page('')) { ?>
but I don’t want to have to go through every single style sheet and theme editor and put that in every one. Is there any way to do this once for just one page?Thanks!
- The topic ‘Remove ALL CSS from a single page’ is closed to new replies.