Forums Forums Search & Filter Pro Changing text colour to grey if "Change All"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #9755

    Hello,
    is it possible to change the Text colour to a light grey if the “Change All Items Label”is chosen.
    I think It would be easier to see that “nothing is chosen” even when there are many search fields are shown.

    Ross Moderator
    #9846

    Hey Alfred, how are you displaying your options? Are you using a dropdown?

    Form elements are not the easiest things to style but you could try adding some CSS to your theme – something like:

    .searchandfilter select option:first-child
    {
        color:#f00;
    }

    This may also help with styling individual items:

    http://stackoverflow.com/questions/12836227/change-select-box-option-background-color

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)