Want to make my blog post headings grey
-
I’m trying to make my post headings grey. I’ve had some success in the main blog area, but if I click on the individual blog post, it returns to black.
Any clues from you clever people?
My blog is:
http://pavementportraits.com
And the code I’m using to try fix it is:
a:link {
color:#9e9a9a;
text-decoration:none;
}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
color:#9e9a9a;
text-decoration:none;
}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
color:#9e9a9a;
}.author {
display:none;
}.categories {
display:none;
}#footer {
border-top:0;
}h1#site-name {
text-align:center;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Want to make my blog post headings grey’ is closed to new replies.