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.
How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
1,834
Views
May 22, 2021 9:22 pm
I need to find out how to change the colors of a hyperlink inserted into a comment or reply. I don't see the option in the style and colors setting tab.
2 Replies
May 23, 2021 10:46 am
Use the following CSS code:
#wpdcom .wpd-comment-text a { color: #501515 ; } #wpdcom .wpd-comment-text a:hover { color: #501515 ; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed as you like.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.