Active
Project:
Marinelli
Version:
7.x-3.0-beta6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2011 at 17:11 UTC
Updated:
12 Apr 2011 at 13:14 UTC
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
Comment #1
Lioz commentedComment #2
nii antiaye commentedok
Comment #3
Lioz commentedHi nii, this is a support request not a feature request.
Comment #4
Lioz commentedComment #5
sammyframson commentedHi 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...
Comment #6
shruti.sheth commentedHello,
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.