Hello, I am working on a store using the sense theme.
I am wondering how I can put a discounted price in front of the old price on the product page of the product itself.
Thanks in advance.
I am wondering how I can put a discounted price in front of the old price on the product page of the product itself.
Thanks in advance.
Hi @Alllways
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.price--on-sale .price__sale {
display: flex !important;
flex-direction: row-reverse !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly