Notifications
Clear all

[Solved] Change comment URL/Link/Embed color

4 Posts
2 Users
0 Likes
1,445 Views
Posts: 11
Customer
Topic starter
(@dunrovincams)
Member
Joined: 8 years ago

My comment links and URL text show up white when using the Light theme, and are therefore invisible on a white page background. How can I change the color of hyperlinks used in commend and embeds? I've tried suggestions in the the following forum post with no success: https://gvectors.com/forum/how-to-and-troubleshooting/changing-hyperlink-color/#post-5790

3 Replies
Posts: 11
Customer
Topic starter
(@dunrovincams)
Member
Joined: 8 years ago

Here is a test page for you to try on the site I'm using: https://friendsofdunrovin.org/monday-social-copy/

2 Replies
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5911

@dunrovincams,

Use the CSS code below: 

#wpdcom .wpd-comment-text a {
color: #0c89ec !important;
}

The red marked value can be changed as you like. 

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Customer
(@dunrovincams)
Joined: 8 years ago

Member
Posts: 11

@astghik, that did the trick. Thank you so much! Not sure why the other options didn't work, but this piece of code did the job.

Share:
Scroll to top