Home Forums WoodMart support forum Shipping in cart page

Shipping in cart page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #475350

    misslisnom
    Participant

    I want to hide shipping details on cart page.
    please have a look to the attached file

    Attachments:
    You must be logged in to view attached files.
    #475402

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-cart .woocommerce-shipping-totals {
     display:none; 
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)