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
February 20, 2018 at 9:42 am
#16851
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!