Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24973

    Hi – Is there a way in the admin tool to easily change the font size of the body text? It is too small (smaller than your live preview) and would like to increase the size but do not want to get involved in changing the CSS. I have seen other themes where there is a slider to change the size of each text category (H1, body, etc). My team is just getting into WP customizations and dont want to scare them off the bat. thanks!

    #125355

    Hi,

    You should probably start now. :)

    Edit css / base.css, find the #Typography section.

    You can also add this on your custom.css or Quick CSS.

    body {
    font-size: 15px;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Easily change font sizes? > ENFOLD’ is closed to new replies.