Cart Page - Remove "Update Cart" button and make "Check Out" button appear larger (Brooklyn Theme)

Hello there! Can anybody help me remove the Update Cart button in my Brooklyn theme cart page and make the Checkout button the full length (So it is as long as the update cart + check out button after).

Thank you so much!!

Hello @StoreHelpNeeded
Please provide the URL of your website so that i can check.

Hello @StoreHelpNeeded

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

button.btn--secondary.update-cart { display: none !important; } @media screen and (min-width: 591px) { .update-cart+.cart__checkout { margin-left: 15px; width: 100% !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

shopcutify.com

This works well, however, the update cart button flashes for a second before the full button appears, is there any chance to change this? Thank you!

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

button.btn--secondary.update-cart { visibility: hidden !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @StoreHelpNeeded

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Hello @StoreHelpNeeded
without the update cart button you can not update the quantity.
if your customer want to increase the product quantity they can not do that.

Please let me know

Thanks
GTLofficial

Hello! It seems that it is not centered on mobile.