RuSHMods
New member
I am trying to make badges and it is not working!
I put this in EXTRA.CSS
Code:
.custom-title-Admin {
background-color: @PrimaryMedium;
border: 1px solid @primaryDarker;
border-radius: 4px;
padding: 4px;
margin: 4px 0;
text-align: center;
color: white;
}
.sidebar .custom-title-Admin {
margin-left: 43px;
max-width: 80px;
}
And I add this in the User groups tittle override <div class="custom-title-Admin">Admin</div>
Everytime it just gives me a all white badge even know I have the colors set to
@PrimaryMedium
@PrimaryDarker