Hi, as you can see here – https://screencast.com/t/GJG9FYlI6 – the email field has a background color that is not the same as the other fields on the checkout form. How can I fix this so it will look the same as the other fields on the page?
Thanks.
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top.woocommerce-checkout .main_color input[type='email'] {
border-color: #e1e1e1;
background-color: #fff!important;
}
Best regards,
Vinay
The text is still white so it can’t be seen now that the background is white. How do I make the text the same color as in the other fields?
Hi,
Add this to quick css:
#top.woocommerce-checkout .main_color input[type='email']{
color:#000!important;
}
Best regards,
Jordan Shannon