I am new to drupal and am building my first drupal website using Marinelli , can someone teach me how to edit the css so that i can change the background colour , hovers etc. to suit the site i am trying to develop.

Comments

Lioz’s picture

Category: feature » support
nii antiaye’s picture

Category: support » feature

ok

Lioz’s picture

Hi nii, this is a support request not a feature request.

Lioz’s picture

Category: feature » support
sammyframson’s picture

Hi Nii,
I found this basic D7 tutorial series very useful in understanding the basics of Drupal's template, field and theming structure but still have plenty of questions myself. Marinelli's theme is quite a bit more involved than what she is showing but it is a good start to understand the basics.

http://www.youtube.com/watch?v=sxZQqgvJk3s

Hopefully it will get you started and check out the rest of the series...

shruti.sheth’s picture

Hello,
The link as follows may prove useful for your guidance http://drupal.org/node/1000274.

There are various css files in theme/css folder like layout.css, primary-links.css etc
For e.g If we want to change the background for content-wrapper you need to modify the code in layout.css and
If we want to modify the hover color for main menu then the code in primary-links.css has to be altered.

Thanks.