Hi,
How can I create a single page in my theme with no styling at all “Blank Page”, in other words how can I override my Theme CSS only in a single page?
Thanks,
Hi,
How can I create a single page in my theme with no styling at all “Blank Page”, in other words how can I override my Theme CSS only in a single page?
Thanks,
Can’t you simply not include the
<link rel="stylesheet" href="styles/main.css">
in the pages <head>
section?
It’s one stylesheet for the whole theme, if I change anything will affect all page, I found a plugin, but what it does it give you a blank page but CSS is still applied to it.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.