Home › Forums › WoodMart support forum › how to hide update cart button › Reply To: how to hide update cart button
March 21, 2018 at 9:50 am
#47741

Elise Noromit
Member
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