Support Fancy usernames

Solution
I like the was Xenforo has his own with the crown spinning etc..
  • admin.php?user-groups/
  • admin.php?user-groups/administrative.3/edit
  • CSS
CSS:
text-shadow: violet 1px 1px 10px;
color: red;
background: url('https://xnforo.ir/16066101745881.gif');

  • Extra.less
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
.username--style3:hover:before{
display:inline-block;
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg)...

Marks-Man

Loyal Member

XenForo

Administrative
@XenForo - How do you get your username to look like that? I tried an addon XenForo Tips - Rainbow User Titles (Super Smooth Animation), but it doesn't look like your username.

Regards,

Duppy

First of all, install this

  • Then
  • Later then, edit your profile in admincp
  • Then complete the title with any html code you like
Code:
<h3 class="randcl">Text Name</h3>
 
  • Tags
    fancy usernames support fancy usernames
  • Back
    Top Bottom