Home Forums WoodMart support forum White background in checkout

White background in checkout

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

    hlondono
    Participant

    Hi i have a page but i need white background in checkout and cart in boxed layout. I draw a red line in image where i need white background inside. Can you help me please

    Attachments:
    You must be logged in to view attached files.
    #184791

    Hello,

    I saw the screenshot you attached. To add a white background color on the checkout page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .checkout.woocommerce-checkout.row {
    background: white;
    }

    Best Regards.

    #184975

    hlondono
    Participant

    ok thank you.

    I place this code and all woocommerce page has white background

    .woocommerce-page .main-page-wrapper {
    background: white !important;
    }

    #185020

    Hello,

    We are Glad that you resolved the issue by yourself. You are Great!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘White background in checkout’ is closed to new replies.