Custom CSS Code


Version
1.2 (last update on Dec 23, 2012)
Rating
Compatibility
Reviews
2
License
GPLv2 or later
Commercial
Type
Date Added
7 April 2012
You can
- add some CSS on a specific URL
- add some CSS to URLs that contain a string
- add some CSS to URLs that don't contain a string
Basically, you can style things differently on each page of your site. The CSS will be added after all the component / modules CSS files have been loaded, so the risk of conflicts with the template's CSS is minimized.
Examples of what can it be used for:
- Add a different background to some pages of your site, e.g. product pages
- Change the color of some parts of the site
- Change the font dimensions in the home page only
- Hide some modules or portions of an article in a specific page
- Show/hide a menu on some parts of the site
Good one! It did let me add different bits of CSS to different pages and sections of the site, so I could add a custom background to every menu of my site without editing my template and cluttering it - not to mention I can update the template without worrying about my change.





