The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comment reply font ...
 
Share:
Notifications
Clear all

[Solved] Comment reply font size

2 Posts
1 Users
0 Reactions
119 Views
Posts: 12
Topic starter
(@livinginbeauty)
Eminent Member
Joined: 2 months ago

I would like to increase the text size of a comment reply. An initial comment text sizes fine, but the reply text is very small.  See attached sample.  is there a simple Css code to fix this?  Thanks!

Screenshot 2025 05 24 at 2.20.43 PM
Topic Tags
1 Reply
Posts: 12
Topic starter
(@livinginbeauty)
Eminent Member
Joined: 2 months ago

I solved this with 

/*Changes wpDiscuz font-size of the commemts made*/
#wpdcom .wpd-comment-text * {
font-size: 20px !important;
}
/* END */

Share: