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:
<br />
a:link {<br />
color:#9e9a9a;<br />
text-decoration:none;<br />
}</p>
<p>h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {<br />
color:#9e9a9a;<br />
text-decoration:none;<br />
}</p>
<p>h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {<br />
color:#9e9a9a;<br />
}</p>
<p>.author {<br />
display:none;<br />
}</p>
<p>.categories {<br />
display:none;<br />
}</p>
<p>#footer {<br />
border-top:0;<br />
}</p>
<p>h1#site-name {<br />
text-align:center;<br />
}<br />
The blog I need help with is pavementportraits.com.