Viewing 3 replies - 1 through 3 (of 3 total)
  • Have a look at your stylesheet (style.css of your theme) and look around for “color”. Of of them will be the color that you don’t want…

    Somebody who can actually read CSS will be able to give more specific instructions, but I just work like this.

    h2, h2 a, h3, h3 a, h3 a:hover, cite, .post a{
    	text-decoration: none;
    	color: #9FD668;
    	}
    
    h2 a:hover, .post a:hover{
    	color: #518E02;
    	text-decoration: none;
    	}

    This block of code here….the top block is the normal color, the bottom block is on hover

    Thread Starter intro200

    (@intro200)

    Thank you very much for the replies – my site is now the correct colour.

    Jacqui

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Colour of Page Title’ is closed to new replies.