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.
How-to and Troubleshooting
2
Posts
1
Users
0
Reactions
161
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 */