Posted by promet on August 27, 2009 at 8:03pm
Jump to:
| Project: | Colourise |
| Version: | 6.x-2.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | promet |
| Status: | active |
Issue Summary
Hello,
I would like to customize the css for the theme "Colourise". There are multiple css files, baseline.css, layout.css, etc.
I am aware that the theme advises adding user alterations to "custom.css" and enabling that in the theme configuration through Drupal settings. I am unsure how to approach overriding specific features spread across these multiple files, into the single custom file.
Is there a good CSS Syntax reference that you could refer me to that would point out how to address changes in custom.css without mucking about with the base css files?
Any help would be greatly appreciated. Thanks!
promet
Comments
#1
I normally use firefox addon like firebug to investigate HTML elements and their attributes. Just point a mouse to elements you wish to change you'll get their info then add your style to custom.css file.
Hope this can help out.
#2
A very succinct, timely and awesome response sir!
Huzzah! ;)
promet