Notifications
Clear all
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;
}