Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to reset text-decoration line-through? Re: How to reset text-decoration line-through?

#143502
TheDoc
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:

http://codepen.io/ggilmore/pen/AJqgK