CSS - Hide the WooCommerce “Update Cart” Button
Hide the WooCommerce “Update Cart” Button when you auto update quantity with the other snippet
button[name='update_cart'] {
display: none !important;
}Last updated
Was this helpful?
Hide the WooCommerce “Update Cart” Button when you auto update quantity with the other snippet
button[name='update_cart'] {
display: none !important;
}Last updated
Was this helpful?
Was this helpful?