Support Icon name

Abdo Hassn

Registered
Hello, I want to make the icons next to the names, such as the thug, the cup, etc., do these have an addition or codes? Note that the version to be worked on is 2.3.4.
 
Solution
CSS:
.username--style2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f4ba";
    padding-right: 1px;
    display: inline-block;
}

Black_

Registered
Add your user groups css area and change with any emoji icons



&:before {
position: relative;
content: "🏅";
bottom: 2px;
right: 2px;
display: inline-block;
}
 
  • Tags
    icon name
  • Back
    Top Bottom