How-to and Troubleshooting
2
Posts
1
Users
0
Reactions
119
Views
May 24, 2025 9:23 pm
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!
Website URL
1 Reply
May 25, 2025 5:53 pm
I solved this with
/*Changes wpDiscuz font-size of the commemts made*/
#wpdcom .wpd-comment-text * {
font-size: 20px !important;
}
/* END */