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.
Topic starter
14/07/2019 11:26 pm
Is it possible to chang the color of only the reply font to white? If so, how?
thank you for any help.
15/07/2019 1:03 pm
Hi @rjk,
You can use the following CSS code:
#wpcomm .wc-reply .wc-comment-right .wc-comment-text {
color: #b1b1b1 !important;
}