Fancy username effects on MyBB

Finn

Paragon
Joined
Mar 26, 2013
Messages
1,056
Reaction score
6
FP$
1,909
Hey, how exactly can I code fancy usernames for a mybb forum.
I mean like multi-coloured usernames or rainbow usernames and the like
Thanks so much
 
Create a group "Styled Usernames" or the like.
In the group style where it says I believe %username% or something like that (should be similiar)...style it with CSS. For example:

Code:
<p style="color:thiscolor;font-family:'Thatfont';text-shadow:2px 2px #ff0;">%username%</p>

and that's pretty much it. Fairly simple.
 
Back
Top Bottom