Re: Dawn 7.0 Blog post paragraph font too small

Solved

Dawn 7.0 Blog post paragraph font too small

theforagersfarm
Tourist
10 0 4

Hello, 

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

Thanks for any help.

Screenshot 2024-07-30 1 132822.png

Accepted Solution (1)
Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Please update the code

.article-template p, .article-template span, .article-template li {
    font-size: 2rem!important;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
3397 677 958

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

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
theforagersfarm
Tourist
10 0 4

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

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

Screenshot 2024-07-30 2 135052.png

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Please update the code

.article-template p, .article-template span, .article-template li {
    font-size: 2rem!important;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
theforagersfarm
Tourist
10 0 4

Thanks that worked like a charm!