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
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:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.product-single__meta .product-block--price .product__price {
font-size: 40px !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.product-single__meta .product__price {
font-size: 40px;
}