Forums

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

Home Forums CSS Adjust thickness of css ‘line-trough’?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41946
    Rugg
    Participant

    Is there a method to adjust the thickness of **text-decoration: line-through** without having to use a span and border?

    #120742
    chrisburton
    Participant

    @NSR Not unless you use some sort of manipulation. If you’re asking if there’s a specific property to change it, no.

    #120750
    Andy Howells
    Participant

    How about this?

    http://codepen.io/andyunleashed/pen/LjCwr

    Only caveat is that it won’t work on multiple lines.

    #131442
    tringuyen
    Member

    @andyhowells that is an awesome link – I needed an answer to this question too. Thank you for sharing!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.