Abdo Hassn
Registered
- Thread starter
- #1
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.
.username--style2:before {
font-family: "Font Awesome 5 Pro";
content: "\f4ba";
padding-right: 1px;
display: inline-block;
}
The icon doesn't move like here.CSS:.username--style2:before { font-family: "Font Awesome 5 Pro"; content: "\f4ba"; padding-right: 1px; display: inline-block; }