I'm trying to change the bgcolor of the e-mail address input text field from yellow color to white color. But unable to change that.
Please suggest a solution.
Try this CSS code for all inputs:
input[type="text"], textarea { background-color : #d1d1d1; }
Or this solution for browser autocomplete backgrounds
https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete
Sorry @Swissuplabscom. It's not working for me.
Let's figure out:
* Is that background from your magento theme or it's browser autocomplete?
* Have you checked only 1 browser? Or that color is the same in all popular browsers?
* Please send an URL to the page with such problem
Hi @Swissuplabscom.
Checked on the chrome and firefox. For firefox it's fine.
For chrome only, i'm facing this issue.
PFB the screenshot link