Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #597437

    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

    #597471

    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

    #598045

    Hi Jordan,
    That did not work.
    Thanks

    #598046

    Check that – it does work!
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change text font only’ is closed to new replies.