1

Would someone be kind enough as to point me in the right direction to remove this annoying, ugly yellow highlights that browsers seem to display in your beautifully designed input fields?

I'd like to remove it from all major browsers.

Thank you so much!

Richard.

enter image description here

2
  • it's because you have saved your details on the browser cache Commented Feb 15, 2017 at 23:42
  • This might help: stackoverflow.com/questions/2781549/… Commented Feb 15, 2017 at 23:43

1 Answer 1

-1

try the following in css:

input[type="text"]
{
    background:white;
}
Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for replaying, that's not what I'm looking for. The background is already set to white. However, the browser automatically recognizes that you visited this website before knows which username and password you used so it places the credentials in there along with that yellow background.
@RichardRodgers Alright. I got it. You are looking for change in color after auto-complete. Sorry, I got it wrong.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.