How can I reduce the Dawn theme body text size further?

Hello,

Even with body text size at the smallest on the customization page, it is still way too large. I would like to make it considerably smaller throughout the site. Please see attached. Thank you!

Please share with me the URL - and password if password protected. I will help you check it.

Hello! It is https://studionellcote.com/

pwd - shawhe

Hi @jtsjlj140505

This is Lucas from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

body.gradient {

font-size: inherit !important;

}

Hope that my solution works for you.

Best regards,

Lucas| PageFly

That worked, thank you! But how can I make it a little larger than that and perhaps vary space between the lines?

body.gradient {
font-size: 16px!important;
}
You can use this code. And you can also change the number above to fit your website

Brilliant! Thanks so much!

You are welcome @jtsjlj140505 :blush: