Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Founder!

    There isn’t a built-in option for this, but the font size of any element can be changed with CSS. Is there any text in particular that you want to be larger or smaller? I can provide you with the CSS.

    Thread Starter ugk

    (@ugk)

    I was considering adjusting the body of the blog to a slightly smaller size. It’s not a huge deal but I wanted to toy around with it to see what fits best.

    Theme Author Ben Sibley

    (@bensibley)

    Sure, try this out to make the text smaller:

    .post-content {
      font-size: 14px;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter ugk

    (@ugk)

    Thanks man!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

    If you’re happy with Founder, could you take just a minute to leave a review? I would really appreciate it.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Changing Font Size’ is closed to new replies.