• How do I change the colour of the header title?

    I tried adding

    div#header h1#blog-title a:link{color:#000,text-decoration:none}
    div#header h1#blog-title a:visited{color:#000,text-decoration:none}
    div#header h1#blog-title a:hover{color:#000,text-decoration:none}
    div#header h1#blog-title a:active{color:#000,text-decoration:none}

    to style.css but that did not work.

The topic ‘change header title’ is closed to new replies.