Dawn theme 2.0: How to remove a button from the cart page

Hi Community, I need to know how to remove a button from the cart page. Apparently, this button called “edit options” is from an app but the app says it’s not from them. Shopify support has yet to be able to help me. See the picture below - this is the URL: https://thegiftcompany.com.au/

Thank you,

Hi @Joegr7 ,

This is Mike from Omega

You can try this code:

  1. Open Theme → Edit Code

  2. Open base.css and paste this code to the bottom of file:

#main-cart-items button.edit_cart_option.btn.btn--primary.button {
    display: none;
}

Hope my answer will help you

Mike from Omega

Thank you, Mike

It didn’t work.

Or you can try:

  1. Open Theme → Edit Code →

  2. Open Theme.liquid and find tag and paste this code to above of this tag:


Thanks, it worked!