Strikethrough going through both the compared price and strike price

Hello,

I am getting both the strike through on the compared price and the regular price. I do not have a theme.css.liquid file so the other answers did not work that I found in this forum.

My site is www.getglowingnow.com

Any help is appreciated.

@katiegetglowing add following css to the end of theme.async.css file , this might not work as your all prices have very same classes and hence making changes is difficult, bbut please add this so we get an idea and can check further if needed.

.product--compare-price {text-decoration: none;}

.product--compare-price .money{text-decoration: line-through;}

.product--compare-price .product--price .money {    text-decoration: none !important;}

Thank you Suyash, Unfortunately, it did not work or I am putting the code in wrong. How would I create different class pricing so this does not strike through.

Looking at the site as it stands now it does seem like something is not working as it should. The spacing between the prices doesn’t look right to me so kind of makes me think some edits may have created the problem.

You could add this code to the bottom of your stylesheet but do keep in mind that it may effect other pages. Best to check, and generally only make edits to an unpublished theme (as that’s good practice).

/* attempt to reset the price back to a display without the strikethrough */
.product--price.money {
    text-decoration: auto;
}

@katiegetglowing - I do not see 3rd css line given, is it added too?

Thank you! This got it working. I don’t think it killed anything else.(At least I hope). I did test it out first.

Hey, do you know if it’s possible to get the Strikethrough removed on the Expanse theme please?

I’ve tried so many different things but I am not able to remove the strikethrough going through both the compare price and sale price. There is even a strikethrough on non-sale items too!