Joshua Active member Mar 3, 2014 #1 Is there an easy way to turn off strikethrough for banned members? I can't find the proper setting. Thanks in advance!
Is there an easy way to turn off strikethrough for banned members? I can't find the proper setting. Thanks in advance!
FredC Well-known member Mar 3, 2014 #2 that isnt default functionality (i dont think).. I believe you may have added something in your extra CSS at some point to add strikethrough styling to the banned state Upvote 0 Downvote
that isnt default functionality (i dont think).. I believe you may have added something in your extra CSS at some point to add strikethrough styling to the banned state
Russ Well-known member Mar 3, 2014 #3 You can find it here: username_styles.css Edit that directly, or try adding this to your extra.ss: Code: body .username .banned { text-decoration: none; } Believe it will work for you. Upvote 0 Downvote
You can find it here: username_styles.css Edit that directly, or try adding this to your extra.ss: Code: body .username .banned { text-decoration: none; } Believe it will work for you.