Hoşgeldin Misafir

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

wikislo

2 Nis 2024
77 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Forumumuzda bulunan bir eklenti aynısından ziyade farklılık mevcuttur. Kullanacak arkadaşlara hayırlı olsun

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

.profileAvatar::before {
    content: "GM";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://yourimageurl.com/gm-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;
}
 

thecodexee

15 Ocak 2025
185 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Forumumuzda bulunan bir eklenti aynısından ziyade farklılık mevcuttur. Kullanacak arkadaşlara hayırlı olsun

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

.profileAvatar::before {
    content: "GM";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://yourimageurl.com/gm-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;
}
hocam selamlar xenforo scripti var mı sağlam peki