Shipping message displayed at "shopping cart"
-
Hi Support
A message is displaying in the shopping cart, which do not make any sense as I have flat rate shipping options enabled. I have also disable the calculate shipping options. Please advise how i can remove that message from the cart.
For details please refer to the screenshots attached.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the site admin access to the private area. I will provide custom CSS to remove.
Best Regards
Please refer to the private area for requested information.
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-totals-inner .woocommerce-shipping-destination {
margin-top: 10px;
margin-bottom: 10px;
}
Best Regards
Unfortunately, it did not work. I still see the unwanted text there. Please refer to the attached screen shots.
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, I have made the mistake.
Please replace the code:
.cart-totals-inner .woocommerce-shipping-destination {
display:none;
}
Best Regards
That did the magic. Thank you
You are welcome! If you have any questions please feel free to contact us.
Best Regards