Home Forums WoodMart support forum Adding white background in checkoutfield editor

Adding white background in checkoutfield editor

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

    thenightfox91
    Participant

    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 🙂

    #367165

    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

    #367166

    thenightfox91
    Participant

    hi there, thank you can you please help me to add some padding in this background : https://paste.pics/GN26F

    #367182

    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

Viewing 4 posts - 1 through 4 (of 4 total)