Skip to content
Public Ticket #20794

Hyperlink author link

Conversation thread

Alan Young replied

Customer Reply

Thank you! That's worked perfect!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.post-entry a, .container-single .post-entry a {
    text-decoration: underline;
}

Regards,
PenciDesign.



Alan Young replied

Customer Reply

Thank you that's amazing! That worked! 

Also, is there a way to automatically make all links in post content underlined?  

Let me know, thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.post-author .author-content a {
    text-decoration: underline;
    color: #e5be5b;
}

Regards,
PenciDesign.



Alan Young started the conversation

Conversation Start

Hi, I would like to make a clickable link in the author bio with the gold hyperlink text my site normally has and it also needs to be underlined. How do I do that?

Let me know. Thanks 

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