Hi,
Is there a way to keep the default style settings the same, and only change the font for the body text? In other words, I want all the headings to be open-sans, but the text Georgia. When I change the the text to Georgia in the style panel, other components change as well (menu, captions, etc).
Thanks
Hi richardweisskopf!
Thanks for getting in touch with us!
Try add the following CSS in the Quick CSS field under the General Styling tab in the theme options:
body p {
font-family: Georgia, serif;
}
Cheers!
Jordan
Hi Jordan,
That did not work.
Thanks
Check that – it does work!
Thanks