Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › filters color hover › Reply To: filters color hover
March 11, 2019 at 9:44 am
#21547
Keymaster
Hi,
That is also coming from that custom script CSS files. Try something like:
body div.asp_sb fieldset div.select2-container .select2-choice:hover,
body div.asp_sb fieldset div.select2-container .select2-choice:hover>.select2-chosen {
color: red !important;
}