BuddyBoss Home – Web Support Forums Solutions Social MarketPlace hide 'Calculate Shipping'

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

    #61892
    @bruce7075

    Hi,

    When shipping is shown as free, how to hide ‘Calculate Shipping’ in the cart? Thanks!

    Bruce

    Answers

    #62451

    Anonymous
    @

    Hi @bruce7075, Please add the following code in your child-theme’s custom css option to hide the shipping calculator from cart page:

    
    body.woocommerce-cart #wrapper .shipping_calculator {
    display: none !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘hide 'Calculate Shipping'’ is closed to new replies.