Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › How to make some adjustments to the serach › Reply To: How to make some adjustments to the serach
October 23, 2018 at 1:22 pm
#19582
Keymaster
Hi,
I get it now, thank you. Unfortunately that is handled by the browser, and in most cases it cannot be changed. Chrome allows some changes, in Firefox you can only hide it:
[html].asp_select_label select {
-moz-appearance: none;
}[/html]
Hopefully browsers will support changes to form elements in the future, that would be really nice.