I am using 3 stylesheets (style1
, style2
, style3
) for many pages.
style1
for my web header,style2
for my contents andstyle3
for footer
Now I want to apply a new stylesheet
on my home page and disable style2
for only home page.
I added new classes for different elements but at some places it is still detecting my previous stylesheet
s. How can I disable CSS on a specific page?