Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Change comment URL/Link/Embed color

4 Posts
2 Users
0 Reactions
2,007 Views
Posts: 11
Customer
Topic starter
(@dunrovincams)
Member
Joined: 9 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: 9 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: 8 years ago

Illustrious Member
Posts: 6450

@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: 9 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