This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Custom Field Drop Down Styling

#26584
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The only way to override that is via custom CSS. You can find the code to all the sections below, just override the colors to your needs:

span.asp_select2-container--flat .asp_select2-results__option[aria-selected=true] {
    background: #777;
    color: #fff;
}

span.asp_select2-container--flat .asp_select2-results__option--highlighted[aria-selected] {
    background: #525252 !important;
    color: #fff;
}

span.asp_select2-container--open .asp_select2-dropdown--below,
span.asp_select2-container--open .asp_select2-dropdown--above {
    background: #9c6a6a;
}