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! 🎄
How can I remove the light gray border beneath the commenter's name? And below the Reply?
Thanks!
Hi starlanding,
You need to use the following CSS code. Navigate to Dashboard > Comments > Settings > Styling admin page put this code in "Custom CSS Code" textarea. Delete all caches do CTRL + F5 on frontend.
#wpcomm .wc-reply .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-sticky-comment.wc-comment .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-reply .wc-comment-header {
border-bottom: none;
}
Thank you very much!
This works for everything, except the Reply button. I am still seeing a bottom border... Any idea on how to get rid of this? Thank you!
Hi starlanding,
You need to use the following CSS code:
#wpcomm .wc-cta-button, #wpcomm .wc-cta-button-x{
border-bottom: none;
}
Thank you very much!
