I am using 3 stylesheets (style1, style2, style3) for many pages.
style1for my web header,style2for my contents andstyle3for 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 stylesheets. How can I disable CSS on a specific page?