Not a bug Color Problem

Status
Not open for further replies.

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
 
The forum you have posted in is for Bug Reports, and I haven't had issues using the style properties. If you need support, there are more appropriate locations for which to place your question (ie, the Styling & Customizations Forum). You will need to associate your forum username with your license before you can post in these forums.
 
Buy a license and associate it with your forum user name if you want to receive support.
 
Status
Not open for further replies.
Top Bottom