Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hey, how can I change the size of the product title on the product page? I'm using craft theme.
h1.product__title {
font-size: 25px !important;
}
Add this code in the section-main-product.css file.
1. Navigate to Online Store->Theme->Edit code
2. Asset->/section-main-product.css ->paste below code at the bottom of the file.
3. Save it.
It doesn't work on my side
h1,
.h1 {
font-size: calc(var(--font-heading-scale) * 5rem);
Add this code in the section-main-product.css file.
1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->Replace code at the file.
3. Save it.
it's also not working
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025