How to remove compare at price from Mini cart? - Turbo theme

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.

URL - https://veggiepeelers.com/products/veggiepeeler

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

https://glowycases.com/products/glowycase

Mini cart doesn't cross out compare at price..jpg

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,

  1. Go to Online Store->Theme->Edit code
  2. 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!