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! 🎄
Hello,
How can I change the font size of the Author's name? I would like to change it to 14px. When I try to do this in CSS, the results do not change.
#wpcomm .wc-comment-author{font-size:14px; width:75%; float:left; white-space:normal; text-align:left; padding:7px 0px 2px 10px; }
Thank you!
Hi starlanding,
Please use the following CSS code, put it in Dashboard > Comments > Settings > Styling admin page put this code in "Custom CSS Code" textarea.
#wpcomm .wc-comment-label span {
font-size: 14px !important;
}
Don't forget to delete all caches do CTRL + F5 on frontend.
Hi @billmoo,
Please use the following CSS code:
#wpcomm .wc-comment-header .wc-comment-author > a{
font-size: 15px !important;
}
Don't forget to change the red marked color codes before using.
Thank you Arina, it works perfectly !


