Frode789

Well-Known Member
How can I add badges to my groups? Like this:

Noble_Member_4.png


Maybe this is dumb question, but I didn't find it somewhere.
 
Last edited:
So basic setup of it, use the user group banner and set a custom class.

Then some CSS:

Code:
.customBanner1
{
    display: block;
    height: 40px;
    width: 120px;
    text-indent: -999999px;
    background: url(https://dummyimage.com/120x30/000000/fff.png&text=Banner) no-repeat center center transparent;
    overflow: hidden;
}

Screenshot_1.png



That's some basic CSS so you may need to change depending on the image.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back