Remove iOS Form Styles

</ head>

<!--Removes iOS form styling--> 
<style>
  /* Set css appearance to none & border radius to 0 */
  input, textarea {
    -webkit-appearance: none; /* webkit browsers */
    -moz-appearance: none; /* firefox browser */
    appearance: none;
    border-radius: 0;  
  }
</style>

</ body>

HTML/Embed

<!--Removes iOS form styling--> 
<style>
  /* Set css appearance to none & border radius to 0 */
  input, textarea {
    -webkit-appearance: none; /* webkit browsers */
    -moz-appearance: none; /* firefox browser */
    appearance: none;
    border-radius: 0;  
  }
</style>
Only tabs with a " " have code.
Only tabs with a " " have code.
Only tabs with a " " have code.
Only tabs with a " " have code.
If you have already pasted this code into your project then you can skip this. If you haven't, and it's your first time using CodeCrumbs, then copy this code and navigate to your sites global settings > Custom Code tab > paste it into the <head> (first custom code block). It just needs to exist once.
Author
N/A
Updated on
May 8, 2024

How to use:

Unlock more with PRO

Want to learn how to use this Crumb? Unlock detailed documentation, video tutorials, comments & support!

Upgrade to Pro

Unlock more with PRO

Want to learn how to use this Crumb? Unlock detailed documentation, video tutorials, comments & support!

Upgrade to Pro

Simply place this small bit of CSS in the </ head> code section of your websites global custom code settings.

Follow Simple Steps:

  1. Copy code by tapping the copy button in the upper right of the code block above.
  2. Go to your global custom code settings (Site Settings > Custom Code)
  3. Paste & Save
Tutorial Coming Soon!

Check Browser Support

Interactive Table

This small bit of CSS will remove those unwanted shadows that show up on Safari's default input field styles. This way your forms input fields can look the way you intended them to.

Clone Project
Documentation
Author:
Status:
Deprecated
New
Updated
Latest Version:
Built by
Built with
For the best experience

Please switch to desktop to view the content.

Back Home
Thank you! Your submission has been received!
Close Form
Oops! Something went wrong while submitting the form.
Become a Contributor