Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Need Search box after matching › Reply To: Need Search box after matching
April 23, 2019 at 12:46 pm
#22271
Keymaster
Hi,
Unfortunately google-like drop-down suggestions are not possible.
The suggestion colors follow the input colors, but if you want to change that, you can use this custom CSS as per your needs:
input.autocomplete {
color: red !important;
opacity: 1 !important;
}
Just change the color as you need it.