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

    Hello,

    I need to change the background color of the gray flelds of the checkout form to #efefef. Could you please tell me the CSS code?

    #1295653

    Hi Heinz,

    Can you try adding this CSS code:

    #top .wc-block-checkout__main .input-text, #top .wc-block-checkout__main input[type='text'], #top .wc-block-checkout__main input[type='input'], #top .wc-block-checkout__main input[type='password'], #top .wc-block-checkout__main input[type='email'], #top .wc-block-checkout__main input[type='number'], #top .wc-block-checkout__main input[type='url'], #top .wc-block-checkout__main input[type='tel'], #top .wc-block-checkout__main input[type='search'], #top .wc-block-checkout__main textarea, #top .wc-block-checkout__main select {
        background-color: #efefef;
    }

    Hope it helps.

    Best regards,
    Nikko

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