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

Reply To: Color of keywords is not changing

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

#6934
Ernest MarcinkoErnest Marcinko
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.