XF 1.3 Styling issue possibly?

Sort of:

Code:
.helper-title {

    background-color: #2A2A00;

    border: 1px solid #2A2A00;

    border-radius: 4px;

    padding: 4px;

    margin: 4px 0;

    text-align: center;

    color: #000000;

}



.sidebar .helper-title {

    margin-left: 43px;

    max-width: 80px;

}

Change the color for .helper-title to #FFFFFF.
 
Top Bottom