Reply To: How Do I create a set of links that are underlined

Homepage Community Forums Epik Theme Support How Do I create a set of links that are underlined Reply To: How Do I create a set of links that are underlined

#9801
Wes
Moderator

    It depends where the links are and what ID/class they’re using. If you can figure out what they’ll be using, then you can add that ID/class to your css (if it’s not already there) and then add the text-decoration: underline; to the code.