This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
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:
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
Hello,
Please add this code in child style.css file:
.woocommerce-checkout #payment {
background: transparent;
}
Best regards,
Jack Richardson.
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:
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
Hello,
Please use this css code:
.woocommerce-checkout #payment div.payment_box {
background-color: transparent !important;
}
Best regards,
Jack Richardson.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Remove highlighting in payment options’' has been successfully resolved, and the topic is now closed for further responses