Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › filters color hover › Reply To: filters color hover
March 8, 2019 at 5:04 pm
#21523
Keymaster
Hi!
That is not set by the plugin, it seems like you use some sort of a custom select script that sets it. Try using this custom CSS to reset it to any color:
div.asp_sb fieldset div.select2-container.select2-dropdown-open,
div.asp_sb fieldset div.select2-container.select2-dropdown-open a,
div.asp_sb fieldset div.select2-container:hover,
div.asp_sb fieldset div.select2-container:hover a {
background: red !important;
}