Hi all,
I am wondering if anyone can advise how I can hide 'compare at price' across my Shopify site?
It is useful for us to have pricing data in the compare field for the purposes of discount calculations and working in spreadsheet but don't want to present it to customers. I have had a hunt arounnd but haven't been able to find a solution.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @dwmusic! Thanks!
Please add the below CSS in the theme.css theme file at the bottom to remove the compare price:
.price__compare-at.visible {
display: none !important;
}
Binal Savani | iCart App
You can comment out the code of the original price of the product in the code
Hello @dwmusic!
You can hide the compare price for customers by adding custom CSS code to your theme file.
Please share your store URL so that I can check and can send you the code.
Binal Savani | iCart App
This is an accepted solution.
Hello @dwmusic! Thanks!
Please add the below CSS in the theme.css theme file at the bottom to remove the compare price:
.price__compare-at.visible {
display: none !important;
}
Binal Savani | iCart App
It's my pleasure to help you!
Binal Savani | iCart App
User | RANK |
---|---|
277 | |
87 | |
56 | |
46 | |
43 |