Shopify themes, liquid, logos, and UX
Hello,
How can I increase the product title font size on the Product page + Featured Product block?
Other posts solving this issue reference theme files that don't exist for me. I'm using the Flex theme (Out of The Sandbox). URL is www.getjuv.com.
I've tried the following code on the theme.liquid + styles.scss.liquid with no luck:
.product_name title {
font-size: 50px;
}
Appreciate all your help!
Jai
Solved! Go to the solution
This is an accepted solution.
Hello @jaip
Please add below CSS
.product-thumbnail__title.title a,.product_name.title {
font-size: 50px;
}
Thanks
This is an accepted solution.
Hello @jaip
Please add below CSS
.product-thumbnail__title.title a,.product_name.title {
font-size: 50px;
}
Thanks
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025