Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom Field Drop Down Styling › Reply To: Custom Field Drop Down Styling
April 4, 2020 at 2:10 pm
#26584
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;
}