Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #926110

    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.

    #927160

    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

    • This reply was modified 6 years, 8 months ago by Vinay.
    #927475

    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?

    #927526

    Hi,

    Add this to quick css:

    #top.woocommerce-checkout .main_color input[type='email']{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

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