Hi,
Use the CSS code below:
#wpdcom, #wpdcom .ql-editor::before{
font-family: "serifgothiclt", Sans-serif !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.
I don’t think it did anything to the text. Are you sure it’s the right code?
-
This reply was modified 1 month, 3 weeks ago by
bunnycake.
-
This reply was modified 1 month, 3 weeks ago by
bunnycake.
Try this one:
#wpdcom .ql-editor > *, .ql-editor::before{
font-family: "serifgothiclt", Sans-serif !important;
}
Hmm…doesn’t work either, but this code changes the font.
Have you deleted the caches before checking?
(@bunnycake)
1 month, 3 weeks ago
I want to customize the font of the comment field so that it matches the rest of my website. What is the css path to do that?
1
2
The page I need help with: [log in to see the link]