[ad_1]
Plugin Author
edo888
(@edo888)
Hi,
Customizing the standard dropdown is a hard task, since it is governed by OS and every OS renders it differently.
Currently you have other CSS rule which removes the arrow button:select {-webkit-appearance: none;}
I think the color can be controlled via :focus CSS selector: .gt_selector:focus {...}
My recommendation would be to use other widget look, for example Nice dropdown with flags.
Thanks! 🙂
