Hello,
I have CF7 contact form on the top of this page. I have modified Submit button, you can see it on the first screenshot -
https://snag.gy/FSn3yh.jpgBut this button looks different on mobile. I have checked it on iphone and ipad. You can see it on the second screenshot -
https://snag.gy/HxOcTq.jpgStrange that I can't reproduce it on desktop when simulating iphone or ipad resolution.
What css should I edit? Please help.
Comments
Safari browser overwrite theme styles and that's why the button looks different. To sort it out, please use the following css:
input.wpcf7-form-control.wpcf7-submit.button.button_full_width.button_size_3.button_theme{border-radius:3px !important;
box-shadow:0 0 0 0 transparent !important;
}
The button still looks the same on Iphone