Changing default body font size?

It’s great that I can use Google fonts, but many themes have a size option as well. How would I make the default body font size 14 or 15? It’s too small as it is.

The support documentation did not contain very much on this.

From theme settings, code:

body {
font-size: 20px;
}

Thanks. but CSS, JS, or Head? There are three options.

Also, I have this on the main theme. Should it be on the child one? I don’t want anything to be overridden on an update.

Hi Phil,

You can add the CSS Roberto mentions in the Theme Settings dashboard under the Code tab > CSS. This won’t be overridden with updates so you should be good to go.

Best,
Billy

I did but it doesn’t take.

http://note.io/1qjEeC1

I cleared the cache.