Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
As most of you have noticed Nameless Forums use Boostrap CSS for rank badges.
Here is a quick snippet to create your own custom badges for you usergroups.
Add this into your themes Custom.css
CSS
.label {
color: white;
border-radius: 10%;
font-weight: bold;
font-size: 12px;
padding: 5px;
font-family: Arial;
}
.name {background-color: #07F3CC;}
usage:
< span class="label name">Rank Text < /span>
To add more just copy the "name" code and add more ranks and color options.
No screeshot ?