• Hi Anders, Is it possible in a future update to add a new option in the customizer about Adjusting the Font Size for the body text?

    As for now, what is the quickest way of doing through custom CSS?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @albertkents,

    I don’t have any current plans on adding font size settings to the Customizer. If you want that level of control, I’d recommend you to make those changes in a child theme.

    You can change the main font size by targeting the body element:

    body { font-size: 1.7rem; }

    That won’t change the font size of titles, quotes etc., so you’ll have to target those separately.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Body Font Adjustment’ is closed to new replies.