SuiteCRM Noon Theme not showing items in Filters DropDown


When using the Noon Theme the dropdown for filters displays none of the words unless hovered over.

@bblakemore312

image

Are you able to figure out the solution?

We have SuiteCRM 7.13

We need to changed color property under ul.clickMenu li a

changed - color: #FFFFFF;

ul.clickMenu li a {
    display: block;
    color: #FFFFFF;  //updated this line
    margin: 0 0 0 4px;
    display: inline-block;
    text-decoration: none
}