Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unable to Change Filter Drop-down text color › Reply To: Unable to Change Filter Drop-down text color
April 7, 2020 at 12:11 pm
#26639
Keymaster
Hi,
That text is set to be inherent from the theme, but you can use this custom CSS to change their colors:
.asp_sb fieldset legend {
color: #e8e8e8;
}
.asp_sb fieldset .asp_label {
color: #e8e8e8;
}