How do I increase the size of the price on the product page below?
https://www.walaxr.com/products/xr-reality-collection-year-of-the-tiger-unisex-youth-hoodie
A user seeks to increase the price font size on their Shopify product page. Two solutions are provided:
Solution 1 (GemPages):
</head> tagSolution 2 (ZestardTech):
.product-single__meta .product__price with font-size: 40px; at the bottomBoth approaches involve editing theme files through Shopify’s code editor. The second solution provides clearer, more direct CSS modification instructions. The discussion remains technical, requiring basic familiarity with Shopify theme customization and CSS.
How do I increase the size of the price on the product page below?
https://www.walaxr.com/products/xr-reality-collection-year-of-the-tiger-unisex-youth-hoodie
Hello @jaimie2 ,
It’s GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello There,
.product-single__meta .product__price {
font-size: 40px;
}