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

Reply To: not searching acf fields or categories

Home Forums Product Support Forums Ajax Search Pro for WordPress Support not searching acf fields or categories Reply To: not searching acf fields or categories

#16851
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Cory,

You can change both the background and the font here: https://i.imgur.com/1KuYRRM.png

Also, if you prefer, you can use this custom CSS to change both the background & the font colors:

[html]a.asp_showmore {
/* Background */
background: #FFF !important;
/* Font */
font-size: 14px !important;
color: #00568a !important;
font-weight: bold !important;
}[/html]

I hope this helps!