Step 1/2
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.

Dropdown
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
Thank you for contacting us!

We will be in touch within 48 working hours

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 icon

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)

Let’s Build Something Great Together

A rebrand. A new website. A custom app. A better way to show up online. Whatever's next, let's make sure your digital presence is ready for it.