Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Color of keywords is not changing › Reply To: Color of keywords is not changing
December 7, 2015 at 3:43 pm
#6934
Keymaster
Hi!
Thanks, I didn’t notice, sorry about that.
Seems like either the theme or othe custom CSS is overriding the color. I’ve added the following custom CSS code to the Theme options -> Custom CSS panel to fix it:
[html]p.asp-try a {
color: rgb(30, 217, 184) !important;
}[/html]
It should display correctly now.