Sorry but this doesn’t work. I’ve copied and pasted this in css file
h1#myheader {
font-size: 1.6em;
color: black
}
then went to single .php and changed
<h2>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2>
to
<h1 id=”myheader”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h1>
It doesn’t work. The color of font still comes out as white. Any suggestions as what am i dong wrong here?