Increasing font size across site

Where can I find how to increase the size of the font across the site? It’s not in any of the general option blocks?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.

body, p, span { font-size: 16px !important; }

Best Regards,
Support

Hi there,
This then knocks out a lot of other things such as the Jumbotron section Entry. Could you tell me where I can override this so that I can have larger body text and make the entry text larger too?

Hello there,

The text in theme is all controlled by different code.

THis code wwould affect the widget entries:

.section-description { font-size: 34px !important; }

Now, what specific area are you referring to regarding the body?

Best Regards,
Support