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

Reply To: Search results white on white background

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search results white on white background Reply To: Search results white on white background

#13717
Ernest MarcinkoErnest Marcinko
Keymaster

Great!

I guess that something overrides that color for logged in users. In case you want to fix that, try this custom CSS:

[html].wpdreams_asp_sc span.highlighted {
color: green !important;
}[/html]

This may work, just don’t forget to replace the green with the color code of your choice.