Hide delivery on cart page
-
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.
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
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.
Hello,
Please replace the previous Custom CSS with the following then check back.
.woocommerce-cart tr.woocommerce-shipping-totals.shipping {
display: none;
}
Best Regards
It works well now, thank you!
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.
The topic ‘Hide delivery on cart page’ is closed to new replies.