MyBB Community Forums

Full Version: username and forum names color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i put a glow on user name and make it bold.

i want to do on forums to like , bold and other color.
(2012-06-30, 10:31 AM)Yaldaram Wrote: [ -> ]Try this: http://community.mybb.com/thread-73891.html

How do i make it bold text and other color. it only say how to make it glow and other color
To make text bold and change the colour, you can use simple HTML. Follow the above thread and use the following:

<span style="font-weight:bold; color:green; text-shadow:0px 0px 5px #39c70d;">{username}</span>

To change the colour, change the word "green" and "#39c70d" to valid Colour Hex Codes.
oke thanks,

can i make it moving to just by adding on every action ';'
You've to add ending ; after each property. Moreover add the ending > after the code euantor provided above otherwise it'll messup the layout.
thanks for fast support and help