Hi, how can I make the background color of the phone and email fields that same as all the other fields in the checkout page?
Hey DROR,
Add this to quick css:
#top .main_color input[type="tel"], #top .main_color input[type="email"]{
background-color:#f8f8f8!important;
}
This will work for the phone number input, but it seems like you already have an “!important” declared on the email field somewhere within your child themes css. If you can find and remove that then the email field will work too.
Best regards,
Jordan Shannon