Skip to content
Public Ticket #8469

How to make links in the single post underline automatically?

Conversation thread

Penci Design replied

Staff Reply

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

kbe3999 started the conversation

Conversation Start

Hello,

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

Want to join this conversation or access attachments? Sign in first.