Shopify themes, liquid, logos, and UX
Does anyone know how to get rid of the ugly "Continue Shopping" button from the empty cart?
The 'Your cart is empty" and the suggested collection is fine.
I'm using the latest version, Dawn.
the site is www.record28.com
Hi @record28-2 Please add the code in base.css file.
a.button {
display: none;
}
If you are not sure where is your base.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the changes so that this will work well for you.
Hopefully it will help you. If yes then Please hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:
.cart-drawer__empty-content a.button {
display: none;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025