Re: Dawn 7.0 Blog post title too small.

Solved

Dawn 7.0 Blog post title too small.

theforagersfarm
Tourist
10 0 4

Hello, 

My blog post titles are super small and wondering how to change them.

I'll attach a pic here.Screenshot 2024-07-30 132144.png

Thanks for any help!

Accepted Solution (1)

Guleria
Shopify Partner
3395 676 957

This is an accepted solution.

Hello @theforagersfarm ,

 

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:

.blog .card__heading {
    font-size: 4rem !important;
}

 

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

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3395 676 957

This is an accepted solution.

Hello @theforagersfarm ,

 

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:

.blog .card__heading {
    font-size: 4rem !important;
}

 

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

Thanks that worked great!!!