• Im trying to change my font size in a post so it gets bigger. I know that I can chose between h1, h2 etc.. but this is regarding the body/section. (main text)

    Is that something I do in the stylesheet?
    I dont have that as an option anywhere else.

    This is my site: https://www.relasjonerognettverk.no

    Thanks for helping out in andvace.

Viewing 2 replies - 1 through 2 (of 2 total)
  • yes, all font sizes are controlled in style.css

    Moderator t-p

    (@t-p)

    you can add font-size to the following CSS element as indicated:

    p {
    	line-height: 1.5em;
    	padding: 0 0 1.3em;
           font-size:20px;
    }

    The side effect of this is that it will change the font where ever you have used <p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to I change font size in a post?’ is closed to new replies.