Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search fields order › Reply To: search fields order
December 23, 2020 at 12:41 pm
#30894
Keymaster
Hi,
The autocomplete feature works differently, it does not require that attribute. We are using a second input field hovering over the other one.
You are using custom CSS to change some of the features, so make sure to change the color of this field as well:
#ajaxsearchpro2_1 input.autocomplete {
color: #fff!important;
}
Also, make sure the autocomplete feature is enabled and configured.