Dawn 7.0 Blog post paragraph font too small

Hello,

Just wondering how to increase the size of my blog post paragraph font?

Thanks for any help.

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.article-template p {
    font-size: 2rem !important;
}

Copy

Thanks

Ok that worked for part of it, but not all.

Here’s a photo of what it looks like now.

Please update the code

.article-template p, .article-template span, .article-template li {
    font-size: 2rem!important;
}
1 Like

Thanks that worked like a charm!

1 Like