Shopify themes, liquid, logos, and UX
Hi,
I recently switched to the Prestige theme and I want to know for the product pages how I can increase the size of the title and the size of the price?
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, try this one.
/* Price font size */
.price-list--product .h4 {
font-size: 20px;
}
/* Product title font size */
h1.product-title.h1 {
font-size: 40px !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Med7
Please, share your store URL. Thanks!
eff51e-1b.myshopify.com
Thanks!
This is an accepted solution.
Thanks for the info, try this one.
/* Price font size */
.price-list--product .h4 {
font-size: 20px;
}
/* Product title font size */
h1.product-title.h1 {
font-size: 40px !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thats amazing thank you so much. Do you also know how I could increase the size of the text under it (the artist's name) and also how to
reduce the spacing between the title and this text ?
Please, add this code.
.product-info__block-item[data-block-id="text_Ehrcka"] {
margin-top: 0 !important;
}
.product-info__block-item[data-block-id="title"] {
margin-bottom: 0;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025