Apply Color to Site Title in Chateau
-
The source code looks like this:
<div id=”main-title”>
<hgroup>
<h1 id=”site-title”>Simply Splendid Victorian Afternoon Teas</h1>
</hgroup>None of these CSS modifications apply the color. Can’t see why.
#site-title a {
color: #990000;
}#main-title a {
color: #990000;
}h1 a {
color: #990000;
}The blog I need help with is: (visible only to logged in users)
-
For the site title, you will need to do it like this:
#main-title #site-title a { color: #000000; }For the site description (tagline) you will need to use this:
#main-title #site-description { color: #555555; }Edit the colors as you desire.
-
-
- The topic ‘Apply Color to Site Title in Chateau’ is closed to new replies.