Needs review
Project:
Marinelli
Version:
7.x-3.0-beta6
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2011 at 21:01 UTC
Updated:
10 Jan 2020 at 11:03 UTC
Jump to comment: Most recent
Comments
Comment #1
Kvark commentedEricpad, try to edit css3_graphics.css. E.g. background: -moz-linear-gradient(top center,#f4d7ba,#f97e05 40%);
Comment #2
Deepika.chavan commentedHi,
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:
2. Add following code in 'marinelli.info' file :
3. Clear cached data. here - admin/config/development/performance
Rgrds,
Deepika Chavan.
Comment #3
bhumikavarshney commentedHi,
To change the color of the title try this css:
#site-title{
color: red;
}
As per the requirement you can change the color.