How can I remove the 'View Cart' button from my site?

Hi, I would like to remove this button:

So I only have the Checkout button.

Here is the website url: https://lovelmexico.com/products/depiladora

Thank you on advance for your help :slightly_smiling_face:

@JoaTorres

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
#cart-drawer .v-stack a[href="/cart"]{
  display: none !important;
}

Hope this works well ..!

Best Regards !

1 Like

Hi @infoatcodelab7 It worked just perfect. Thank you so much for your help!

Thank you @infoatcodelab7

It helped me a lot. It worked perfectly

@JoaTorres

Happy for you