Kod Xenforo Profil Altına Veya Üstüne Logo Ekleme

  • Konbuyu başlatan Konbuyu başlatan Çileke$
  • Başlangıç tarihi Başlangıç tarihi
2
EXE RANK

Çileke$

Kalanlar öldü. Ölenler yaşıyor.
Üst Yönetim
Puanları 38
Çözümler 0
Katılım
31 Ocak 2025
Mesajlar
2,034
Tepkime puanı
18
Puanları
38
Konum
Adana
Meslek
Webmaster
Favori Oyun
ETS 2
İsim
TaNeR ben
Çileke$


Forumumuzda bulunan bir eklenti aynısından ziyade farklılık mevcuttur. Kullanacak arkadaşlara hayırlı olsun

Kod:
.profileAvatar {
    position: relative;
    display: inline-block;
}

.profileAvatar::before {
    content: "GM";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://forumexe.com/badge.png') no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: yellow;
    text-align: center;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 5px;
}

('https://forumexe.com/badge.png') resim yolunu kendinize göre belirleyiniz
 


 

 
Geri
Üst