Home Forums WoodMart support forum Delivery date widget

Delivery date widget

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

    memo.cort59
    Participant

    Hello, I’m currently using CheckoutWC, but the Delivery Date widget is still appearing regardless of whether it is enabled or disabled. I need the widget to respect my configuration settings. For now, I would like to remove it from the checkout.

    Please tell me the solution so I can recreated on my live website.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-checkout tr.wd-del-overall {
        display: none;
    }

    Best Regards.

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