Adding white background in checkoutfield editor
-
Hi there, can you please help me out and tell me the ccs to add the white background here: https://www.linkpicture.com/q/White-background-in-checkout-field-edittor.jpg
Thank you so much 🙂
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-builder-off .woocommerce-billing-fields {
background-color: white;
}
Best Regards
hi there, thank you can you please help me to add some padding in this background : https://paste.pics/GN26F
Hello,
Please try and replace the previous CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-builder-off .woocommerce-billing-fields {
background-color: white;
padding: 20px;
}
Best Regards