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

Reply To: Suggested Keywords

#5896
Ernest MarcinkoErnest Marcinko
Keymaster

Sure thing. Actually a simple CSS is enough for that 🙂

Use this custom CSS rule, you can put it into the search instance settings Theme Options -> Custom CSS panel: http://i.imgur.com/9fva4I3.png

[html]
p.asp-try a {
color: #FFB556 !important;
}
[/html]

Don’t forget to change the “#FFB556” color to your needs 🙂