Reply To: How do I put underline for my clickable text links?

Homepage Community Forums Epik Theme Support How do I put underline for my clickable text links? Reply To: How do I put underline for my clickable text links?

#11724
Wes
Moderator

    Add this to your style.css file –

    .epik-purple .entry-content a {
    	color: #000;
    }

    and you can change the color to whatever you need.