How to remove coincidence Zone banner in check out page
-
How can I remove the coincidence zone banner from the check out page?
Attachments:
You must be
logged in to view attached files.
Hello,
Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hello,
Your given login details are not correct. Please share the correct login details.
Best Regards.
try again, I have login myself.
Hello,
Yes I am to login now, can you please share the small video when and how this banner will show on the checkout page? I did not see this banner on the checkout page.
Sorry for asking the video because I did not understand the language in the screenshot.
Best Regards.
video
Attachments:
You must be
logged in to view attached files.
Hello,
This is not a banner but a WooCommerce notice that displays zone information. You can hide it using CSS; however, doing so might also hide other “Green” notices in the “woocommerce-message” category, as it does not have specific classes to distinguish this particular notice from others.
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper > div.woocommerce-message {
display: none;
}
If, after being informed about this limitation, he doesn’t like this solution you should ask him to test this behavior on a default theme, as our theme does not influence this functionality in any way.
Best Regards.