how to delete this button at cart page? it said ‘continue shopping’ but I deleted it and now there is only a button that takes you to the product page.
Hi @Lazar92
Thank you for reaching out to the Shopify community.
In order to hide the continue shopping button on your cart page, you have to go to your theme code editor and have to add the below code in your base.css file in Assets folder.
.cart__warnings .button{
display: none;
}
Now continue shopping button should not be visible on your store, if it still shows please send me your store URL so that I can provide a solution further.
Do give it a try and let me know if this was helpful.
Thanks
thank’s it works
