MyBB Community Forums

Full Version: Remove to glow in the username style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<span style="background: url(http://i752.photobucket.com/albums/xx164/optiikzz/rc599e.gif) no-repeat scroll 0% 0% transparent; color: red; text-shadow: 0px 0px 5px rgb(255, 0, 0);">{username}</span>

http://spacepromo.net
Remove all the styling, change it to be the following:

<span style="color: red;">{username}</span>
I want to keep the background image tho
I could not see where you have such styled user name on your forum.
may be you are looking for removing text shadow
{ text-shadow: 0px 0px 5px rgb(255, 0, 0); }
(2016-07-12, 05:14 AM)RobiLee Wrote: [ -> ]I want to keep the background image tho

Sorry; thought the background may have been contributing. Then as .m. said; remove the text-shadow: 0px 0px 5px rgb(255, 0, 0);
(2016-07-12, 05:19 AM).m. Wrote: [ -> ]I could not see where you have such styled user name on your forum.
may be you are looking for removing text shadow
{ text-shadow: 0px 0px 5px rgb(255, 0, 0); }

I upadated it, but doesn't even show the style at on. I am online right now.

Nevermind i see it now Smile