By victoria_b on
Hi,
Just a quick newbie question...
I'm theming a website that includes many modules which have large css files eg.g Ubercart and Calendar and was wondering what's the best way to 'overide' their css?
Is it best to:
1) alter the original source css file?
2) declare alternate css rules in my main.css file or
3) take a copy of the module css file and drop it into my custom theme folder?
If you copy and then rename a module's css file prefixing your theme name to it will drupal overide the original module's css file?
Thanks for any answers!
Victoria
Comments
=-=
I define a custom css file in my themes info files and add all changes to that custom file.