Dans le CSS :
Pour ajouter ce chapeau à notre avatar en haut du forum :
Ajouter ce code dans la fiche CSS :
Pour ajouter ce chapeau à notre avatar en haut du forum :

Ajouter ce code dans la fiche CSS :
- Code:
body #ipbwrapper .rp-blk-header .rp-header-user_info .user-avatar:after {
background: url("https://zupimages.net/up/21/03/yo5y.png") no-repeat;
content: '';
display: block;
height: 72px;
left: -15px;
position: absolute;
top: -50px;
width: 52px;
}