Reply To: Changing link color in Epik theme

Homepage Community Forums Epik Theme Support Changing link color in Epik theme Reply To: Changing link color in Epik theme

#8749
Wes
Moderator

    Look for this in your css –

    .epik-gray a {
        color: #777;
    }

    Then you can change the color to whatever you want. If you wanted to keep the same colors you could increase the font-weight from 400 to 600 or 700.