Name Glow?
2 posters
Page 1 of 1
Name Glow?
So, I can't seem to find where to input name glows on my admin panel on my site. I was curiously how to make the names of certain users glow on formulation forums? Again, I know it can happen, I just can't seem to figure out how.
Re: Name Glow?
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 :
/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/
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/
Similar topics
» Glow around usernames?
» Glow Text
» How to make a name glow?
» Rainbow Glow
» I'd like to glow Groups please help me.
» Glow Text
» How to make a name glow?
» Rainbow Glow
» I'd like to glow Groups please help me.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum