Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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