Switch position of price and compare at price

Hello, I want to switch the position of price and compare at price on my product page, I have seen similar questions and I switched the

price.regular and price.sale but it didn’t change anything

anzestrazar_0-1706188368953.png

Please help

1 Like

Hey @anzestrazar ,

Please provide the link to your store.

https://lifyi.com/products/necklace-love (product page)

Hello @anzestrazar

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.price--on-sale .price__sale { display: flex !important; flex-direction: row-reverse !important; }

2 Likes