by Ange Tuteur January 24th 2015, 1:35 am
Hello
@PhoenixWillow,
You'll have to use the CSS property
text-shadow to apply a glow effect to members via the CSS stylesheet.
( Administration Panel > Display > Colors > CSS stylesheet )
Here's an example rule for the founder :
- Code:
a[href="/u1"] {
text-shadow:0 0 6px #F66;
}
/u1 is the ID of the member's account. To see this ID go to the user profile and look at the addressbar. Where you see /u plus a number, that's their ID !! Just change the 1 to what their ID is.
The last thing you should change is the color
# F66 that's a light red. To find the color code you want, I'd recommend using this :
http://www.colorpicker.com/