Hi!
just wondering if anyone knows how to increase the product price size on the product pages in Impulse?
thank you ![]()
Main issue: Increase product price font size on Impulse (Shopify theme) product pages.
Solution provided:
Latest development:
Outcome:
Notes:
Hi!
just wondering if anyone knows how to increase the product price size on the product pages in Impulse?
thank you ![]()
Hi @Gypsymoon ,
span.product__price {
font-size: 28px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Amazing! Thank you!!
Is there also a way of increasing the product price size on the homepage in the “featured collections” tab?