Forums Forums Search & Filter Pro Select2 Multi-select Result CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Trevor
    #113233

    Hi

    Can you show me the page/link/URL where the search form with the above CSS is to be applied?

    Anonymous
    #113258
    This reply has been marked as private.
    Trevor
    #113296

    Can you try with this added specificity (your theme seems to be setting the color):

    .searchandfilter select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #F58634;
        border-radius: 0;
    }
    .searchandfilter .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #F58634;
        border-radius: 0;
    }
    .searchandfilter .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #F58634;
        border-radius: 0;
    }
    Anonymous
    #113310

    .searchandfilter .select2-container–default .select2-selection–multiple .select2-selection__choice {
    background-color: #F58634;
    border-radius: 0;
    }

    Works perfectly – thanks = resolved

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