Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi,
I've just installed wpdiscuz, and find that size of the comments as they appear is rather small.. I searched the topics and found some CSS code suggested to change the comment text size, but upon applying it, found that it only changes the size of the text in the comment box itself. Once the comment is posted, the comment posts in the small size.
Could you please help me with CSS that can change the actual size of font, for the posted comments?
Thank you!
Use this CSS:
#wpdcom .wpd-comment-text p{
font-size: 18px !important;
}
The red marked value can be changed as you like.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.