Remove highlighting in payment options - by mdmason23

This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: mdmason23
    mdmason23
    Participant
    October 12, 2015 at 22:04

    Hello,

    After a customer adds items to their cart on my website, and then clicks “proceed to checkout”, there is red highlighting behind where the payment options appear. Here’s a photo to show what I mean:
    payment options changes

    Can you please let me know what code I need to add to my child theme css file in order to remove this highlighting or change it to white. The red is very distracting, makes it hard to read and I don’t like the look of it. FTP credentials are in private content.

    Thanks a bunch!
    Monique

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 13, 2015 at 07:23

    Hello,

    Please add this code in child style.css file:

    .woocommerce-checkout #payment {
        background: transparent;
    }

    Best regards,
    Jack Richardson.

    Avatar: mdmason23
    mdmason23
    Participant
    October 15, 2015 at 04:36

    Jack,

    I added the code you suggested above, but it only removed part of the highlighting. If you add an item to the cart, click “proceed to checkout”, then scroll down and choose “credit card payment”, the drop down area is all highlighted in red. Here is a picture to show you what I mean:
    need to remove highlighting

    Can you please tell me what code I need to add to my css file to remove the rest of the red? FTP credentials have not yet been changed and are in private content of my first message.

    Thanks,
    Monique

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 15, 2015 at 07:45

    Hello,

    Please use this css code:

    .woocommerce-checkout #payment div.payment_box {
        background-color: transparent !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: mdmason23
    mdmason23
    Participant
    October 15, 2015 at 17:19

    Thank you!

    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2015 at 17:41

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Remove highlighting in payment options’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.