I have added css code in a couple different files in attempt to change the color of the title and it stays white. Where can I change the title color?

Comments

Kvark’s picture

Ericpad, try to edit css3_graphics.css. E.g. background: -moz-linear-gradient(top center,#f4d7ba,#f97e05 40%);

Deepika.chavan’s picture

Hi,
1. Create one custom css file say 'local.css' in '/marinelli/css/.' dir and add following line of code to change the color of the site title:

#site-title a {
  color : red;
} 

2. Add following code in 'marinelli.info' file :

 stylesheets[all][] = css/local.css

3. Clear cached data. here - admin/config/development/performance

Rgrds,

Deepika Chavan.

BhumikaVarshney’s picture

Issue summary: View changes
Status: Active » Needs review

Hi,
To change the color of the title try this css:
#site-title{
color: red;
}
As per the requirement you can change the color.