Hardcode Usergroup Styling?

Sheldon

Well-known member
Is it possible to edit a template, a file, or anything, that will ALWAYS have a certain usergroup appear a certain way (without going into the usergroup styling area)?

Then, if I happen to go into the usergroup styling area, and choose something, it shows as well as my "hardcoded" area as well?

Can I attain this in extra css, with the !important added in?
 
Umm, adding

Code:
.username .style7 {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black !important;
}

To extra.css didn't work. :unsure:
 
Top Bottom