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.
Hi Adrien,
I didn't follow You. Could You please explain what do you mean by saying : form font color?
If You mean comment text color just navigate to Dashboard > Comments > Settings > Styling tab admin page.
You can set the necessary value of "Comment Text Color" option.
I tried dark style. The result is not good. How can I change this text color?
Put this CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Code Textarea. Save it, delete all caches and do Ctrl+F5 on front-end:
#wpcomm .wc-field-textarea textarea {
color: #00f;
}
Perfect!
Thanks!