Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the gVectors community!
Merry Christmas and Happy Holidays! 🎄
Is it possible to change the color of the font in the comment box?
Regards,
Johan
Hi Dashboard > Comments > Settings,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again.
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #523636 !important;
}
Don't forget to change the red marked code before using.
Press Ctrl+F5 before checking to reload the updated CSS file.
@astghik
many thanks for the reply.
So it should look like this:
.comments-area{width:auto;}
wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #080707 !important;
}
because that doesnt work, not even after refreshing and removing cookies.
ok @rjk,
Use this CSS code:
#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text p {
color: #080707 !important;
}
perfect, works fine. Wish i had all your knowledges about css.
Many thanks for the help.
Glad to hear that the issue is fixed.
The best way to learn CSS is described here:
https://css-tricks.com/where-do-you-learn-html-css-in-2019/

