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! 🎄
Hi @arnie-suryawan,
Please navigate to the Dashboard > Comments > Settings > Styling admin page put the following CSS code in the "Custom CSS code" textarea:
#wpcomm .wc-comment-right .wc-comment-text {
font-family: Verdana, Geneva, sans-serif;
}
Please don't forget to delete all caches and press CTRL +F5(twice) on the frontend before checking.
Hi, it doesn’t work fully. This is what I have currently in my css styling section:
.comments-area{width:auto;}
#wpcomm .wc-comment-author a {
font-weight: bold !important;
font-size: 15px !important;
font-family: Verdana;
}
#wpcomm .wc-comment-author {
font-weight: bold !important;
font-size: 15px !important;
font-family: Verdana;
}#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text *{
font-size: 14px !important;
font-family: Verdana, Geneva, sans-serif;
}
Please try the following one:
#wpcomm .wc-comment-right .wc-comment-text p{
font-family: Verdana, Geneva, sans-serif;
}
In any case, please don't forget to delete all caches and press CTRL +F5(twice) on the frontend before checking.
thank you again for your help. I simply have one more request if possible? How do you change the font of the “join the discussion” boxes?
Or if there is a way to change all the wpdiscuz text system to use Verdana as oppose to my default theme font.
Please see the attached image.
In addition to my comment I guess what I’m trying to do is change the text of the form fields
thank you again for your help. I simply have one more request if possible? How do you change the font of the “join the discussion” boxes?
add the following code as well:
input, input[type=search], textarea {
font-family: Verdana, Geneva, sans-serif;
}
In addition to my comment I guess what I’m trying to do is change the text of the form fields
It can be found and changed in the Dashboard > Comments > Phrases > Form admin page.
Just change the values of the following two fields as you like:
- Comment Field Start
- Comment Field Join




