Hi!
Sorry for my poor English.
I want to replace all the Arial font in "wpDiscuz comment system" to "Main Font Family" for my site: Open Sans.
So you understood correctly: in the attached picture Arial in a red frame.
Is this possible?
Thanks!
Hi Edward,
Please navigate to Dashboard > Comments > wpDiscuz Settings > Styling Tab and put this CSS code in "Custom CSS Code" textarea:
#wpcomm .wc-comment-footer {
font-family: inherit!important
}
Hi Tom!
Thank you for answer! The font has changed, but not everywhere. In the red frame - Arial.
Link on page here: http://www.handmade39.ru/2016/02/04/mk-kot-spitsami-proshhe-prostogo/#comments
Ok, put this code as well:
#wpcomm .wc-comment-header, #wpcomm .wc-comment .wc-comment-left {
font-family: inherit!important
}
Perfect!
Thank you very much!