Navigation


 Online publications


 Go back to the forum

Free Codes   

Add Christmas hat on avatars

System32 | Published on the fri Dec 02, 2022 12:10 pm | 42 Views

Howdy,

If you are fan of Christmas and you want to add that special feeling on your forum, why not adding christmas hat on avatars? This time we talk about avatars for last post and profile avatars. This works on AwesomeBB.

Preview:

Go to CP > Display > CSS stylesheet and paste this code:

.forum-lastpost::before {
  content:url("https://i.ibb.co/7pDyvhg/41120-hat-christmas-santas-hat-santa-santa-hat-icon-32x32.png");
  margin-left:-43px;
  margin-top:5px;
}
.post-author-avatar::before {
  position:absolute;
  top:62px;
  left:-16px;
  content:url("https://i.ibb.co/JKvpnSq/41120-hat-christmas-santas-hat-santa-santa-hat-icon.png");
}

Note: You have to try out what suits you best when it comes to positioning of the hat. That's why you can use this margins to set all up. I hope you like this.

Cheers

About the author