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 @baxylz,
Please navigate to Dashboard > Comments > Settings >Styiling admin page, put the following CSS code in the "Custom CSS Code" textarea.
#wpcomm .wpd-form-row .wpdiscuz-item input[type="text"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"]{
font-size: 25px !important;
}
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
font-size: 15px !important;
}
You can change the red marked code before using it.
Don't forget to delete all caches before checking.
Please remove the second CSS code, and put the following one, instead of it.
#wpcomm .wc-field-textarea textarea {
font-size: 25px !important;
}
Important: Delete all caches before checking.
Hi Elvina, thank you for the response. That fixed it. Thanks!


