Notifications
Clear all

Change Arial font on "Main Font Family" for my site

5 Posts
2 Users
0 Likes
3,447 Views
(@edward)
Active Member
Joined: 8 years ago
Posts: 16
Topic starter  

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!

Untitled 1

   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

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
}

 

 


   
ReplyQuote
(@edward)
Active Member
Joined: 8 years ago
Posts: 16
Topic starter  

Hi Tom!

Thank you for answer! The font has changed, but not everywhere. In the red frame - Arial.

Untitled 1

Link on page here: http://www.handmade39.ru/2016/02/04/mk-kot-spitsami-proshhe-prostogo/#comments


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

Ok, put this code as well:

#wpcomm .wc-comment-header, #wpcomm .wc-comment .wc-comment-left {
     font-family: inherit!important
}


   
ReplyQuote
(@edward)
Active Member
Joined: 8 years ago
Posts: 16
Topic starter  

Perfect!

Thank you very much!


   
ReplyQuote
Share:
Scroll to top