May 24, 2021 4:55 pm
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!
2 Replies
May 25, 2021 4:22 am
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.