How to Add Red Color Admin in Xenforo

donast

New member
Hi Admin
Can you help me? I want add red Color name Admin like this
Screenshot_1.png
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    4.4 KB · Views: 19
Goto: ACP > Groups & permissions > User groups > Administrative

Now find field (search): Username CSS

Add the following code inside it:
CSS:
color:#ff0000;font-weight:bold;

Save it and Done
 
Top