Home Forums WoodMart support forum Checkout

Checkout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144788

    EDEN
    Participant

    Hello, Id like to know something about the checkout page

    as you see on attached image, I would like the conditions to be always opened since the start, and also I dont know why it appears with code instead of just the content ?

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

    Hello,

    To display the terms and conditions box as always opened. Please insert the below css in Theme Settings >> CUSTOM CSS >> Global Custom CSS :

    .woocommerce-terms-and-conditions{
        display: block !important;
    }

    Find your Terms and Conditions page and make it in the default WordPress without WP Bakery page builder. Woocommerce does not support the WPBakery page builder in this type of pages.
    WP Bakery elements not working in the terms and condition block you can check in this screenshot: https://jmp.sh/8JPHjJe

    Best Regards.

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