Back
Step 1/3
Select a service

How can we help?

Let’s turn those What IF’s into reality, select one or more services to get started.

Next
Contact Details

How can we reach you?

Final step! Fill out your contact info, and we’ll be in touch to discuss your project soon.

Leave blank if you don’t have one yet
Next
project details

Tell us about
the project

Tell us everything! Share your thoughts, ideas, and any specifics about your project. The more details, the better.

Thank you for contacting us!

We will be in touch soon

Keep your eyes peeled for an email from one of our founders.

Okay, got it!
Oops! Something went wrong while submitting the form.

Remove Browser Autofill Styling

A simple CSS snippet to stop Chrome's autofill styling from ruining your form design

CSS

Copy Code

<​style>
 input:-webkit-autofill, 
 textarea:-webkit-autofill, 
 select:-webkit-autofill { 
 box-shadow: 0 0 0 1000px #edede8 inset !important; 
 -webkit-box-shadow: 0 0 0 1000px #edede8 inset !important; 
 -webkit-text-fill-color: #245456 !important; 
 transition: background-color 9999s ease-in-out 0s; 
 }
<​/style>

How to set it up:

  • Copy the code above
  • Paste it into the <head> of your page
  • Change these values: #edede8 → your input background colour, #245456 → your text colour

How it works:

  • Targets webkit browsers (Chrome, Safari, Edge)
  • Uses a massive inset box-shadow to cover the default background
  • Sets a custom text color with webkit-text-fill-color
  • The 9999s transition prevents the color from changing (prevents chromes default colour from flashing)

Fancy a Free Quote?

Got a crazy idea? We’re all ears. Reach out, share your story, and let’s make some magic together. Click below to get your free quote.

Go on, it's FREE
Forms not your thing, book a call instead