How to remove yellow background from Google Autofill in your web form
The best way is using CSS (Cascading Style Sheets) by adding background colour for your form field with !important.
For example:
input {background-color: #FFF !important;}
The best way is using CSS (Cascading Style Sheets) by adding background colour for your form field with !important.
For example:
input {background-color: #FFF !important;}