How do I change the font to be verdana highlighted in the red boxes?
Please and thank you
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.
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;
}
the red box still hasn’t changed to Verdana.
Please try the following one:
#wpcomm .wc-comment-right .wc-comment-text p{
font-family: Verdana, Geneva, sans-serif;
}
In any case, please don't forget to delete all caches and press CTRL +F5(twice) on the frontend before checking.
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.
In addition to my comment I guess what I’m trying to do is change the text of the form fields
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