My contact form has a color when using autofill option
My contact form has a blue background color when autofill how can I change that? I tried doing it with : input:-internal-autofill-selected{} But it didn't work.
My contact form has a blue background color when autofill how can I change that? I tried doing it with : input:-internal-autofill-selected{} But it didn't work.
Comments
Hi,
Can you tell me on what browser and OS you are testing, please?
I could not recreate it.
Best regards
Im on a windows 10 using chrome version 103
This autofill background is added by chrome.
Please, try to overwrite it with the following CSS code:
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{ -webkit-box-shadow: 0 0 0 30px rgba(209,104,50,0.3) inset !important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Thank you very much! I think you meant Unset right?
Sorry, but I do not understand.
What "Unset" do you mean?
Best regards