Home Forums WoodMart support forum how to hide update cart button

how to hide update cart button

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

    tugsuu
    Participant

    how to hide update cart button for cart section

    #47741

    Hello,

    In order to hide button “update care” on the cart page, please add this CSS code to the Theme area:

    .button[name=update_cart]{
    	display:none;
    }

    Best Regards

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