How can i make one user group to have styled username like this

gumya

Well-known member
Registered
Joined
Oct 9, 2019
Messages
131
Points
53

Reputation:

I want to make username like @lucius
STYLE.PNG

@ENXF NET @DareDevil @lucius
 
Last edited:

Pr0fesseur

Moderator
Staff member
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Nov 20, 2019
Messages
361
Points
103

Reputation:

I think he means this here. Now all you'll have to do is modify the color codes below and you'll be gold or blue or green whatever you like :)
1596560276680.png

CSS:
background:
url("images/bg13_zps2612a7c5.gif") repeat scroll 0 0%,
url("images/bg4_zps012f7fcf.gif") repeat scroll 0 0%,
url("images/bg5_zps9146c4c3.gif") repeat scroll 0 0;
  color: white;
font-weight: bold;
text-shadow: 1px 1px 0 #FF0000, 1px 2px 0 #000000, 1px 1px 6px #8B0000, 1px 1px 9px #FF0000
 

Attachments

  • bgimage.zip
    38.5 KB · Views: 162

Pr0fesseur

Moderator
Staff member
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Nov 20, 2019
Messages
361
Points
103

Reputation:

check my reply below should be what your looking for :) cheers!
 
Top