Notifications
Clear all
Topic starter
06/05/2018 10:24 am
I can't figure out why the fonts in my comments are inconsistent?
I have disabled all custom CSS that I have added to my theme as well as any typographic settings in my theme that would affect comments and still the sizes get wonky.
When I deactivate wpDiscuz and use default comments, the sizes go back to normal and are consistent.
07/05/2018 12:17 pm
Hi @jeff,
wpDiscuz is designed to work that way.
You can change it using custom CSS code. Please navigate to Dashboard > Comments > Settings > Styling admin page, put it in "Custom CSS Code" textarea.
#wpcomm .wc-reply .wc-comment-right .wc-comment-text {
line-height: inherit;
font-size: 14px !important;
}
Topic starter
07/05/2018 1:03 pm
That helped thank you!