How to change the font size of price and headings (Dawn theme 4.0)?

I have been trying to change the font size of price and headings but can’t find a way. Can anyone help me?

2 Likes

@BrandoKan

Please share your store URL & screenshot what you want!

Thanks!

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

@BrandoKan

Learn the basic knoweldge of coding if you want to do it by your Self.

https://www.w3school.com/

Hello @BrandoKan

Greetings!!

Please follow the steps

Online store → Themes → Actions → Edit Code → Assets → base.css

Paste below code at the last of file

.product__info-wrapper .product__text.caption-with-letter-spacing+.product__title{
font-size:35px;}
.product__info-wrapper .price{font-size:20px;} 
1 Like

Hello, DipenPanchal! Your code worked on the product page, and I was happy to learn something new.

Is there code that would change the size of price font within the product grid? I can see existing code that contains “product-grid” but I don’t see any Product Grid code that contains "price{font-size:20px;}.

Would appreciate any suggestions!