Shopify themes, liquid, logos, and UX
Good morning,
I would like to remove the crossed out prices (discount prices) from the collection below the product at this link below (product page):
https://jadis-shop.com/products/doudoune-tnf-700-nupste-retro-2001
website: jadis-shop.com
password: rj
thank you very much in advance
Hi @JADIS
If you want to remove cross price in that product only then please add this code in your theme.liquid file before </head> tag
{% if product.id == 8752308093257 %}
<style>
.price--on-sale .price-item--regular { display: none !important; }
</style>
{% endif %}
If you want o hide it on all product page, please use this code
{% if template contains 'product' %}
<style>
.price--on-sale .price-item--regular { display: none !important; }
</style>
{% endif %}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi @JADIS
Try this one.
slider-component.slider-mobile-gutter.slider-component-full-width s.price-item.price-item--regular {
display: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
User | RANK |
---|---|
207 | |
166 | |
77 | |
56 | |
54 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023