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

Reply To: Unable to Change Filter Drop-down text color

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

#26639
Ernest MarcinkoErnest Marcinko
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;
}