Has anyone had success in overriding webkit appearances with forms? Specifically the iOS select fields? I have tried using the 'webkit-appearance: none' attribute in CSS without any effect. Thanks for any feedback!
Hi Matt,
You can disable the webkit appearance for select fields using the following code.
.frm_form_field select { -webkit-appearance: none !important; }
Before:
After:
Give it a try and let me know how that goes! 😄
Send DataSend Data
Please login or Register to submit your answer