Xf2 Modifikasyon Kullanıcı grubuna bir FA logosu ekleme

XFdestek

Kurucu Üye
XFD Üyesi
Katılım
25 May 2014
Mesajlar
832
Tepkime puanı
359
Puanları
63
Konum
Türkiye
Web sitesi
xenforodestek.net

İtibar:

ranks.png

Bunu yapmak için Panel Yöneticisine gidin ve extra.lessşablona gidin .
Bu kodu ekleyeceksiniz:
Kod:
.username--style3:before { // Change the number 3 by the number of the user group you want.
    font-family: "FontAwesome";
    content: "\f132"; // Change the unicode (f132) by the one you want to find on the site: https://fontawesome.com/v4.7.0/icons/
    color: inherit;
    padding-right: 4px;
    display: inline-block;
}
 
Üst Alt