XF 2.1 Group Badges

ExpGamersInAu

New member
Hello I'm trying to get group badges into it, I've tried other guides using extra.less and having the rank in "Other, using custom CSS class name" but no luck.
Code:
.rank {
      background-image: url(pic);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 40px 40px;
      margin-top:1px;
      padding-top:40px;
   }
 
Top Bottom