Home › Forums › CSS › How to reset text-decoration line-through? › Re: How to reset text-decoration line-through?
July 18, 2013 at 12:52 pm
#143502
Member
So this is a *super* sneaky problem. Technically, it’s working as you want it to. If you remove the `text-decoration: none` you’ll see that the line-through is red.
The black line that you’re seeing is going across the entire `.cart` element. What you need to do is this: