Shopify themes, liquid, logos, and UX
How to bring the sale price before the regular price.
I have attached a screenshot. Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Can you put the code inside your theme.liquid file, before </body> tags
<style>
.product__info-wrapper .price--on-sale .price__sale {
display: flex !important;
}
.price-item.price-item--sale.price-item--last {
order: 1;
}
.price--on-sale .price__sale > span + span {
order: 2;
}
</style>
thanks
Hey @ALPHAᵍᵐ
Can you share your Store URL and Password if enabled?
Best Regards,
Moeed
This is an accepted solution.
Can you put the code inside your theme.liquid file, before </body> tags
<style>
.product__info-wrapper .price--on-sale .price__sale {
display: flex !important;
}
.price-item.price-item--sale.price-item--last {
order: 1;
}
.price--on-sale .price__sale > span + span {
order: 2;
}
</style>
thanks
Awesome. It worked thank you
thank you always here for any help.
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025