MyBB Community Forums

Full Version: [Error] CSS won't accept shadow effect in user groups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried every code that says, but nothing!

Idk where to put that: <span style="color: rgb(124, 213, 226); text-shadow: rgb(124, 213, 226) 1px 1px 4px;"><strong><em>{username}</em></strong></span>

Style 1 - 3 won't work: http://help.forumotion.com/t96136-group-...-icon-glow


HELP!!! WHAT CAN I DO???
Ive just tested it and it works for me. Clear your browser cache and try refreshing the page again.
How? I am using Google Chrome (et_EE x86)
That should work just fine. It should also be in CSS.

<span class="username1">{username}</span>

And this in your global.css.

.username1 {
color: rgb(124, 213, 226); 
text-shadow: rgb(124, 213, 226) 1px 1px 4px;
font-weight:bold;
font-style:italic;
}