I designed a template with a stunning CSS layout. All I want is to have a transparent background with white font color, but Google Chrome seems to be causing issues with my theme. What steps should I take?
I've exhausted all resources available online and nothing has worked so far. Are there any other suggestions out there? Here's an example of one solution I've attempted:
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
color: #ffffff !important;
background-color: transparent !important;
}