How to remove strike through in my cart/checkout?

Hello!
I think an app I previously used added a strike through on my cart page and I’d like to remove it. I have tried adding the code below but it did not work:

#productPrice-product-template s {
text-decoration: none !important;
}
#productPrice-product-template small s span {
text-decoration: line-through;
}
#productPrice-product-template small s sup {
text-decoration: line-through;
}

The url is munchiemountain.com and I have included a screenshot of the issue. If you have a solution, I would really appreciate it!

@schwaberin1 - add this cs to the very end of your theme.scss.css file and check

.cart-item__original-price s{text-decoration: none !important;}

Hi @schwaberin1

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.cart-item__original-price s { text-decoration: unset !important; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

THANK YOU!!! That fixed the problem!

1 Like

You are welcome @schwaberin1 :blush: