My store website : aexonfix.myshopify.com
My website doesn’t show the compare at price I want it to look like this…
My store website : aexonfix.myshopify.com
My website doesn’t show the compare at price I want it to look like this…
Hi @Aexonfix,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file section-main-page.css
Step 3: Paste the below code at bottom of the file → Save
.price__container .price__regular{display:none !important}
.price__container .price__sale{display:block !important}
Hope my solution works perfectly for you!
Best regards,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
#MainContent .price__container .price__regular{display:none !important}
#MainContent .price__container .price__sale{display:block !important}
Thank you so much now finally it’s worked.
You are welcome. I’m glad when I can help you
i have the same problem
but in my case this doesnt work
can you help me please
Thank you I got this tto work however how to I add in the percentage off so it goes throughout my whole store? or change the compare price to the actual price in the code?