How can I increase the body font size in the Tea-1.0.0-sections-ready theme?

Hello everyone

I am using the Tea-1.0.0-sections-ready theme and I would like to know how to make the body font size bigger. I tried going to the theme settings under the Font size and typography > Body Font > Font size and I dragged it to the maximum size it has which is 20px and unfortunately it is still very small.

Kind regards,

Elle

Hi @ellekay can you please share the URL of store so I can post the perfect solution here for you!

themountaintea.com.au

Thank you!

Hi @ellekay please go to assets

.padd-left p {
font-size:24px;
}
.custom-block-column_left p  {
font-size:24px;
}

and then in theme.scss.liquid paste this code

Where exactly should I put the code after I have clicked on assets and
theme.scss.liquid?

Kind regards

At the bottom end of theme.scss.liquid file.