Dear Support team,
on the cart page, I would want to remove the text tat says “Shipping options will be updated during checkout.”. I have tried to hide it through a customer CSS that I found on Wordpres forum but this also hides the text “Free Shipping”.
The code I use is
.cart-collaterals .woocommerce-shipping-totals td{
display: none !important;
}
Was hoping you could advice if this is something theme related?
Thanks a lot