Looking to remove the compare at price as it keeps glitching out in the Mini cart. Want to keep on the product page though, thanks.
Hi @Noblec
Good day.
You mean that’s cart page? Because I do not find a mini cart on your site. Please send me a screenshot of your problem so I can check and give you the best solution in this case.
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
Hi, yes I switched it up because I couldn’t find a solution. I have mini cart on my other store if you could please check that out. Thanks - same theme
![]()
If you add product to cart, it doesn’t cross out compare at price in the mini cart as it does on the product page. So I want to be able to remove the compare at price so the (99.99)
Hello There,
- Go to Online Store->Theme->Edit code
- assets->styles.css->paste below code at the bottom of the file.
.mini-cart__item--content strong.right.price span.money.was_price {
display: none!important;
}
.mini-cart__item--content span.was_price {
display: none!important;
}
Screenshot :- https://prnt.sc/10zt4w9
Legend! Thank you so much. I appreciate your time.
Kindly feel free to get back to me if you need any further assistance Thanks!