Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Change font size of title on product page - dawn theme

Solved

Change font size of title on product page - dawn theme

monomgroup
Explorer
99 0 35

Hi!

 

We would like to change the size of the title on the product page - it is too big. We are using the dawn theme. Anyone?

 

Please find shop url:

https://monochromatism.shop/

 

And Screenshot of the relevant part of the page:

 

Screenshot 2022-10-24 at 21.14.03.png

 

 

Cheers,

 monochromatism-team

 

 

Accepted Solution (1)

LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @monomgroup,

Go to Assets > base.css and paste this at the bottom of the file:

.product__title h1 {
    font-size: 3rem !important;
}

You can resize it to your liking.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Replies 9 (9)

KakNaZlo
Tourist
13 1 2

Hi
add the H1 header size you want in the section-main-product.css file

Try something like .product__title h1{required styles}

monomgroup
Explorer
99 0 35

Hi @KakNaZlo thanks for your reply. This isn't working unfortunately, but thanks.

 

 

monomgroup
Explorer
99 0 35
KakNaZlo
Tourist
13 1 2

it should work
Did you put the styles you wanted in the file and nothing happened?

LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @monomgroup,

Go to Assets > base.css and paste this at the bottom of the file:

.product__title h1 {
    font-size: 3rem !important;
}

You can resize it to your liking.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
monomgroup
Explorer
99 0 35

Thanks! As expected, it worked perfectly!

 

Best,

monochromatism-team

milltownbrand
Tourist
11 0 2

Hi @LitExtension I am having the same issue, and have copied the code as you recommended but it does not work. What else should I be checking at ?

LitExtension
Shopify Partner
4915 1005 1183

Hi @milltownbrand,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Mimi111
Tourist
11 0 6

Excellent, also works for Craft theme. Thank you!