Reply To: Link Color Change in stylesheet

Homepage Community Forums Legacy Theme Support Link Color Change in stylesheet Reply To: Link Color Change in stylesheet

#995
Wes
Moderator

    If you are using the Legacy default theme (black) then look on or around line 146 in your style.css file –


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

    …..and change #000 to whatever color you need.