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
June 20, 2017 at 3:10 pm
#13717
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.