Andr谩s T贸th‘s professional blog
banditoth.net

Hey there 馃憢, I’m banditoth a .NET MAUI developer from Hungary.
I write about software development with .NET technologies.

You can find me on:
LinkedIn | Github | StackOverflow | X / Twitter | Threads

WordPress WooCommerce: Hide update cart button from checkout page

This content has 3 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.

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.