Viewing 1 replies (of 1 total)
  • It would depend on which links you want to change but you’d want to target the a tag

    a {
    	color: blue;
    }

    If you wanted to target the post titles

    h2.entry-title a {
    	color: blue;
    }

    If there are any in particular you’d like to change let me know and I should be able to come up with the right code for you

Viewing 1 replies (of 1 total)

The topic ‘Links color’ is closed to new replies.