WordPress WooCommerce: Hide update cart button from checkout page

Add this custom CSS (Customize/Custom CSS) in order to hide the ‘Update cart’ button from the checkout page.

button[name='update_cart']{
    display: none !important
}

The button’s name should differ. Ensure the button’s name with developer tools within your browser.

This content has 2 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.