Viewing 2 replies - 1 through 2 (of 2 total)
  • find this in your css :

    p {
    margin-bottom: 15px;
    }

    and add this font-size: 18px; in the above margin-bottom

    Looks like this :

    p {
    margin-bottom: 15px;
    font-size: 18px;
    }

    Thread Starter lindstollefson

    (@lindstollefson)

    Thanks, but that’s not in my stylesheet.

    I put it in my custom stylesheet and it worked, though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make content font size bigger?’ is closed to new replies.