Support Animated Username Like Admin

Ripon

Registered
can anyone teach me, How to make a animated username like this forum Admin? I like the username style. Please teach me.
 

AynaZ

Supervisor
admin.php?user-groups/administrative.3/edit
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
Untitled.png

extra.less
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
 

Ripon

Registered
admin.php?user-groups/administrative.3/edit
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
View attachment 3012

extra.less
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
Bro, I have set the code. Only font awesome show with admin username. But, Color & Animation don’t show
 
  • Tags
    animated username like admin
  • Back
    Top Bottom