Increase font size of body text

Can I increase the font size of the body text in Shapely? For example, on my website I’d like the body text in the “About Brent” and “Testimonials” sections to be larger if there’s a way to do this. My website is http://thepowerofprinciples.com/

Thanks!

Hi,

Use this css code to increase the font:

.mb32 {
font-size:25px;
}

.image-bg p{
font-size:25px;
}

Thanks,

Cristian

Thank you so much!

you’re welcome,

Cristian