Hi there!
I’ve got a website: akosbalogh.com, and I’m wanting to change the font in two areas:
1) The main blog content;
2) The widgets on the side (e.g. ‘recent posts’ etc).
Just wondering how I do that?
Sincerely,
Akos Balogh
Hey AkosBalogh!
Please try the following in Quick CSS under Enfold–>General Styling:
.entry-content{
font-family:Georgia !important;
}
h3.widgettitle{
font-family:Georgia !important;
}
Regards,
Rikard
And how would I change the size of the font of the blog content?