Hide shipping address in the cart.
-

KHParticipant
Hi, shipping/billing address shows in the cart. How can hide it and show only the shipping method? For example if this is free, it would show in the cart it’s free. If it’s charged, it would show the amount.
Hello,
Woocommerce does not allow to hide the shipment cost in the shopping cart depending on the shipment method.
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-cart .woocommerce-shipping-totals{
display:none;
}
This code would hide the shipment in the shopping cart for all the methods.
Best Regards