Weird gradient buttons on apple devices
Hi,
Im getting this weird apple style buttons on apple devices, but i have set flat buttons. it works correct on android devices. Can i have the same flat buttons for apple devices?
[Links visible only for registered users]
Comments
Hello,
Yes, you can have flat buttons for devices with IOS, you just need to find proper Custom CSS Code, and place it in: Betheme -> Theme options -> Custom CSS & JS -> CSS.
You can try the following one, but if it will not work, you will need to keep looking for it.
input { -webkit-appearance: none; -moz-appearance: none; appearance: none; }It is from the following link
[Links visible only for registered users]
Thanks
Thank you very much,