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

    Hi there!

    I want to change the font size on my blog and have read in the forum that I can “edit css / base.css, find the #Typography section”.

    Since I am new to wordpress I was not able to find the base.css file.

    The Qick.css entry:

    body {
    font-size: 15px;
    }

    didn´t work for me

    thanks
    Matthias

    #185419

    Hi MatHom!

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

    body, body p {
    font-size: 15px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change font size’ is closed to new replies.