Hello,

I'm about to go live with my second Drupal site.

I need to make a few minor adjustments to css, how would you recommend I go about it?

I'm using the Minnelli theme and I'm not ready to develop my own yet. I don't want change css in the core theme unless I absolutely have to (not sure which file would need editing, anyway).

My previous CMS had an override stylesheet you could use in this situation, is there something similar available for Drupal?

TIA,

Elliot

Comments

yelvington’s picture

Drupal supports the concept of "subthemes" -- basically inheriting the parent theme characteristics, but allowing you to override any parts you want to change. See the theme developer documentation for details. http://drupal.org/node/225125

cliftoo’s picture

I hadn't realised how simple it is to make subthemes. It was really easy to make css changes.

Cheers.