Reply To: How to change content link color?

Homepage Community Forums Legacy Theme Support How to change content link color? Reply To: How to change content link color?

#3204
Wes
Moderator

    To edit links, take a look around line 150 in your css for this –

    a,
    a:visited {
    color: #000;
    text-decoration: none;
    }