I have just created my first page on web flow and I have the problem, that the email input form on the iPhone and iPad shows differently than in the browser on my mac.
On the iPhone / iPad the box has rounded corners and a little shadow, but I want the design to be super simple with just a 1px boarder like on the normal website.
The website is: www.wonce.co and the form is directly visible when opening the page.
Any ideas how I can change this / what I can do?
When I check the CSS in Firefox in the mobile mode it shows right, but on iPhone and iPad - not.
hi @simonf i am having the same problem and tried posting your code into the head tag with no luck. the corners for my input is still round. it only happens on safari…it is styled correctly for mobile chrome. any thoughts?
Hey @simonf & @dapitts08 I found that if you go in and set the border radius of the input field to 0px on the tablet & mobile break point, it fixes this issue (you may have to arrow up to 1px and then back to 0px for the style to highlight as a new style for that breakpoint, it will go from a gold-yellow color in the style panel, to a blue to represent that it’s no longer a inherited cascading style).
Looks like the style isn’t cascading down from desktop to mobile @cyberdave & @brryant
Sorry Dave, I put the code into a different site, where I had the same problem, but there it didn´t work.
Anyway - the solution from Waldo ( below ) seems to be perfect and works just fine.
So thanks for your help - the issue is solved ; )
( Although you might want to look into this again, since it should not be normal, that there are styles added, when the mobile view is activated, that you didn´t set )