Need help assigning correct colour to post headings
-
I’m trying to make my post headings (h2?) go the same colour as my main blog headline, a grey colour. I thought I had it fixed assigning the hover colour and headline colour but it doesn’t seem to be working.
The following code works fixing the colour in preview mode but does not work after saving.
Any suggestions?
Thanks!
http://pavementportraits.com
This is the code I’m using:a:hover {
color:#9e9a9a;
}a:link {
color:#9e9a9a;
text-decoration:none;
}h2 {
color:#9e9a9a;
}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
color:#9e9a9a;
}The blog I need help with is: (visible only to logged in users)
- The topic ‘Need help assigning correct colour to post headings’ is closed to new replies.