javascript - CSS on home page only
I am using Mdboostrap on my "top-navbar" and "sidenavbar" in my web pages. The Mdboostrap uses its own CSS file i.e. mdb.min.css Using the above CSS file creates a conflict with the layout of other web pages.
It is therefore required to limit the CSS of mdbootrap upto the home file only. To do so, I have tried assigning a unique classname/ID to body of home page and then specified a CSS for it but to no avail.
Please suggest your valuable guidelines so that the issue as stated may be resolved.
Thanks for the helping in advance! - Shatrughan