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
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!
I solved this with
/*Changes wpDiscuz font-size of the commemts made*/
#wpdcom .wpd-comment-text * {
font-size: 20px !important;
}
/* END */