Tea-1.0.0-sections-ready Body Font size

ellekay
New Member
6 0 0

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

Replies 5 (5)

Ecommpremium
Shopify Partner
512 43 92

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

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
ellekay
New Member
6 0 0
themountaintea.com.au

Thank you!
Ecommpremium
Shopify Partner
512 43 92

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 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
ellekay
New Member
6 0 0
Where exactly should I put the code after I have clicked on assets and
theme.scss.liquid?

Kind regards
Ecommpremium
Shopify Partner
512 43 92

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

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website