Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I want to change the regular price font same as sale price on product page only
Hey @swayurindia
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hey @swayurindia
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.price--on-sale .price-item--regular {
font-size: 21px;
font-weight: bolder;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
The solution is not working. Pls help me.
Hey @swayurindia
If you follow the steps correctly then it will work. Can you share a screenshot that where you pasted the code?
Actually I want show the product price of the products which are not on sale just like the sale price font size.
That's why I had attached the other screenshot as well.
Hey @swayurindia
Remove the previous code and add this new code.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
span.price-item.price-item--regular {
font-size: 24px !important;
font-weight: bolder;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Font size of product price on homepage, search bar, collections page, all have been changed as following.
All this I have tried earlier as well. Please suggest some other code.
Hey @swayurindia
Apologies, Please remove the previous code and add this new code above </body> in theme.liquid file. This code will only change the prices from the product page.
{% if template contains 'product' %}
<style>
span.price-item.price-item--regular {
font-size: 24px !important;
font-weight: bolder;
}
</style>
{% endif %}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Still the size of the price font is not changed in search bar and in related products on product page the size have not changed.
Please help us out it would be a great pleasure if you help out. Since we're trying this for last 1 month
But no proper solution I am getting
Still the size of the price font is not changed in search bar and in related products on product page the size have not changed.
Please help us out it would be a great pleasure if you help out. Since we're trying this for last 1 month
But no proper solution I am getting
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025