XenForo How to add a custom Group Badge to user info

G

Gator

Guest
I've been contacted twice recently via PM asking me how I added a custom Group Badge to the user info as seen on my website:

badge.webp

How to:

Go to: AdminCP > Appearance > Templates > and search for the "extra.less" file
Open the file and add this code (call it anything you want. In the example here, I called it ".mybadge" ):

.mybadge {
background-image: url('https://www.mywebsite.com/mybadge.png')...

Read more

Continue reading...