I want to reduce the font size of the comment “Be the first to comment” in the box, but I don’t know how.
I’d appreciate it if you could tell me
screen : https://postimg.cc/RqM2k6wx
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 wpDiscuz community!
Merry Christmas and Happy Holidays! 🎄
I want to reduce the font size of the comment “Be the first to comment” in the box, but I don’t know how.
I’d appreciate it if you could tell me
screen : https://postimg.cc/RqM2k6wx
Hi @twewscd,
Please use the CSS code below:
#wpdcom .ql-editor::before {
font-size: 12px !important;
}
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
The red-marked value can be changed as you like.
Don't forget to delete the caches before checking.
Thank you.
And how can I add css with 'font-style: none'? I don't know if I wrote it wrong 😢