Comments 1Alan started the conversationApril 18, 2022 at 7:41amHi, 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 PenciDesign replied privately Alan replied privately Alan replied privately 2,610PenciDesign repliedApril 18, 2022 at 2:24pmHi,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. 1Alan repliedApril 18, 2022 at 2:44pmThank you that's amazing! That worked! Also, is there a way to automatically make all links in post content underlined? Let me know, thanks! 2,610PenciDesign repliedApril 18, 2022 at 2:48pmHi,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. 1Alan repliedApril 18, 2022 at 3:50pmThank you! That's worked perfect! Sign in to reply ...
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
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!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you! That's worked perfect!