Notifications
Clear all

[Solved] Change font type

11 Posts
3 Users
4 Reactions
1,427 Views
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter   [#5590]

How do I change the font to be verdana highlighted in the red boxes?

Please and thank you

A86888E0 46DE 4F62 BC29 50A5DE57D1A9

 



   
Quote
Elvina
(@elvina)
Support
Joined: 7 years ago
Posts: 1403
 

Hi @arnie-suryawan,

Please navigate to the Dashboard > Comments > Settings > Styling admin page put the following CSS code in the "Custom CSS code" textarea:

#wpcomm .wc-comment-right .wc-comment-text {
font-family: Verdana, Geneva, sans-serif;
}

Please don't forget to delete all caches and press CTRL +F5(twice) on the frontend before checking.



   
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

@elvina

 

Hi, it doesn’t work fully. This is what I have currently in my css styling section:

.comments-area{width:auto;}

#wpcomm .wc-comment-author a {
font-weight: bold !important;
font-size: 15px !important;
font-family: Verdana;
}
#wpcomm .wc-comment-author {
font-weight: bold !important;
font-size: 15px !important;
font-family: Verdana;
}

#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text *{
font-size: 14px !important;
font-family: Verdana, Geneva, sans-serif;
}



   
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  
AE1CF47D 0F73 4641 AC55 566E816C0DA3

the red box still hasn’t changed to Verdana.



   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 7 years ago
Posts: 1403
 

@arnie-suryawan,

Please leave the example URL to allow us to check it.

 



   
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8

   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 7 years ago
Posts: 1403
 

@arnie-suryawan,

Please try the following one:

#wpcomm .wc-comment-right .wc-comment-text p{
font-family: Verdana, Geneva, sans-serif;
}
font type

In any case, please don't forget to delete all caches and press CTRL +F5(twice) on the frontend before checking.

 



   
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

Thanks!!



   
Elvina reacted
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

@elvina

thank you again for your help. I simply have one more request if possible? How do you change the font of the “join the discussion” boxes?

Or if there is a way to change all the wpdiscuz text system to use Verdana as oppose to my default theme font.
 

Please see the attached image.

224AC7D4 D350 4296 8B28 5D0C19A23D0D

 



   
ReplyQuote
(@arnie-suryawan)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

In addition to my comment I guess what I’m trying to do is change the text of the form fields



   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6660
 

@arnie-suryawan,

thank you again for your help. I simply have one more request if possible? How do you change the font of the “join the discussion” boxes?

add the following code as well:

input, input[type=search], textarea {
font-family: Verdana, Geneva, sans-serif;
}

In addition to my comment I guess what I’m trying to do is change the text of the form fields

It can be found and changed in the Dashboard > Comments > Phrases > Form admin page. 

Just change the values of the following two fields as you like:

  • Comment Field Start
  • Comment Field Join


   
ReplyQuote
Share:
Scroll to top