Aug 03, 2020 3:18 pm
is there any possibility to change the font of the comments and the general font of the comment widget?
1 Reply
Aug 03, 2020 8:10 pm
Hi @rachid,
Use this CSS code:
div#wpdcom {
font-family: fantasy !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.