Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Autocomplete font color › Reply To: Autocomplete font color
February 20, 2019 at 12:04 pm
#21192
Keymaster
Hi Christian,
Indeed, there is no option to change that on the back-end, the autcomplete box opacity is hard coded. Your custom CSS is almost perfect, all you need to add is also changing the opacity:
input.autocomplete {
color: #000000 !important;
opacity: 0.6 !important;
}
I hope this helps!