I want to change the colour of the h1 font in the header graphic.
I have modified the code in the css to:
#pages h1 a{
text-decoration:none;
color:#000033;
font: 18px arial, Helvetica, sans-serif;
margin:0px;
padding:13px 0px 0px 10px;
letter-spacing: -1px;
float: left;
00033 being the colour I want. It was 999 before.
What am I doing wrong? Is that the wrong line of code? Is there something else overriding it?
Please help - I'm a newbe to WP.