MyBB Community Forums

Full Version: Username color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
now I know how to edit a username color. what i am wondering is how to edit your name so it can be 2 colors.

something likeĀ 

[Image: ae9f24f3138a8b448ae1e49261b3ed21.png]

orĀ 

[Image: 8a9c3a504805d081bc3e9bb768397ada.png]

just tests but how would I do that

(i edited these in inspect eliment)
You can edit this in

ACP>USERS AND GROUPS>GROUPS>YOUR GROUP>OPTIONS>USERNAME STYLE

edit the html
Change the COLOR HERE to any web safe color
<span style="color: COLOR HERE;text-shadow: 0px 0px 5px #39c70d;"><strong><em>{username}</em></strong></span>
(2016-01-14, 02:43 AM)ItsLogicalMate Wrote: [ -> ]You can edit this in

ACP>USERS AND GROUPS>GROUPS>YOUR GROUP>OPTIONS>USERNAME STYLE

edit the html

how do i implement 2 colors while having the {username} style
I'm not dumb i know how to edit html
I was able to find something similar: http://jsfiddle.net/UNm8H/

Shouldn't be difficult to change it into what you need.