Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #942573

    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?

    #942647

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.