How can I Switch The Position Of the Original Product Price And Sale Price On the Product Page
Theme used: Impulse
How can I Switch The Position Of the Original Product Price And Sale Price On the Product Page
Theme used: Impulse
Hey @outLive
Share your Store URL and password if enabled
Hello Moeed
https://temp-swap09.myshopify.com/
Pass: montreal
Hi @outLive you can do that by following this instructions
Go to store admin > Sale channels > Online store > Themes > Edit code > Assets > open theme.css or theme.css.liquid file, add this CSS code below and save file
.product-block.product-block--price { display: inline-flex !important; }
.product-block--price span[data-product-price-wrap] { order: 2; }
.product__price-savings { order: 3; }
Great it works, thanks a ton Dan