How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,084
Views
May 22, 2021 7:56 am
hi guys and support
I have been dealing with this problem for about a few months ...
i want to change the reply box font
i mean When I click on the reply to users button and write a text ... that text has a default font and whatever I do I can not change that font
please tell my how and write the css code 🙂
thank you very much !
2 Replies
May 22, 2021 8:01 am
Please try this CSS code:
#wpdcom .ql-editor > * {
font-family: 'square721_cn_btroman';
}
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.