Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2053752
How to make links in the single post underline automatically?
Closed

Comments

  • kbe3999 started the conversation

    Hello,

    Is there a way to make the links in the single post articles have underline automatically instead of adding it manually?

  •  501
    Penci replied

    Hi,

    Please go to  Customize > Addtional CSS then add custom css to do that

    .wpb_text_column a, .entry-content a, .comment-content a {
        text-decoration: underline;
    }

    Best Regards,

    PenciDeign