vForums Support > Programming & Coding :: Code Requests & Support :: > Strike-through names of a specific group

Strike-through names of a specific group - Posted By Aiken (ionfortuna) on 8th Jan 10 at 2:52am
How do I strike-though names of a specific group? It is for my banned group

Re: Strike-through names of a specific group - Posted By Michael (wrighty) on 8th Jan 10 at 4:31am
You can find the group ID then:

.groupXX {
text-decoration: line-through;
}

changing XX to the ID.

Re: Strike-through names of a specific group - Posted By Aiken (ionfortuna) on 8th Jan 10 at 4:47am
Thanks!

Edit: I tried adding bold but I do not know how, when I tried the strike-through stopped working until I changed it back

Re: Strike-through names of a specific group - Posted By Michael (wrighty) on 8th Jan 10 at 5:24am
To add bold:
font-weight: bold;
within the braces aboce ({ and })