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?
Add this to your style.css file –
.epik-purple .entry-content a { color: #000; }
and you can change the color to whatever you need.