Home Forums WoodMart support forum Hide delivery on cart page

Hide delivery on cart page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #388048

    juliette
    Participant

    Hello support team,

    Is it possible to hide the delivery section in the cart page please?
    When I use a discount the display is getting bad (see screenshots below), so I would like to hide it.

    Thank you

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
        display: none;
    }

    Best Regards

    #388189

    juliette
    Participant

    Hello Aizaz,

    Thank you for your reply.
    I tried this code but unfortunately it didn’t work, shipping details are still displayed the same way even after clearing cache.

    Can we try something else please?
    You’ll find admin access below if helpful.

    Thank you

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

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .woocommerce-cart tr.woocommerce-shipping-totals.shipping {
    display: none;
    }

    Best Regards

    #388456

    juliette
    Participant

    It works well now, thank you!

    #388480

    Hello,

    We are Glad that your issue has been Resolved.

    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 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide delivery on cart page’ is closed to new replies.