Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Color of Header
#2
I am sure the color is defined in the CSS of the theme

in the default theme, Innovation, the title (which is always a link to the homepage) is defined as a#logo

which means, it is a link with the ID "logo"

in the style.css of that theme, I find the color-definition:
header #logo {
....
color:#fff;
...
}

so you would change the color here, if you use Innovation theme

you don't tell us which theme you use (standard themes are only Cardinal and Innovation)
but the header of your site shows that the css-file is this one: nivo/themes/default/default.cs

so find out which css class or css id is defined for the title and change the color in that css file
or tell us which css you really use and we will find out what is to edit / modify

Cheers,

Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Change Color of Header - by Peperla - 2012-09-12, 04:50:41
Change Color of Header - by Connie - 2012-09-12, 05:14:23
Change Color of Header - by Peperla - 2012-09-12, 05:21:12
Change Color of Header - by Connie - 2012-09-12, 17:23:43
Change Color of Header - by Connie - 2012-09-12, 17:38:30
Change Color of Header - by Peperla - 2012-09-13, 00:06:15
Change Color of Header - by Connie - 2012-09-13, 16:06:20



Users browsing this thread: 1 Guest(s)