All things Shopify and commerce
How do I remove the "add to cart" bag from my website?
I do not offer any physical product and want to remove it for now.
Thanks!
Solved! Go to the solution
This is an accepted solution.
1. Go to 'Online Store' -> Theme -> Edit Code
2. Inside the assets folder locate the file 'base.css' or 'styles.css' or 'theme.css' or 'main.css'
3. Paste this code at the end of the file
a#cart-icon-bubble{
display: none !important;
}
This is an accepted solution.
Add this code at the end of the 'base.css' file
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social{
padding-right: 0;
}
This is an accepted solution.
1. Go to 'Online Store' -> Theme -> Edit Code
2. Inside the assets folder locate the file 'base.css' or 'styles.css' or 'theme.css' or 'main.css'
3. Paste this code at the end of the file
a#cart-icon-bubble{
display: none !important;
}
Thank you! That worked!
One more question. How would I move the "search bar" to the right since the "add to cart" bag is now gone?
Thanks
Do you mean closer to the right side of the screen? I can help you with that if you share your store's URL, please.
This is an accepted solution.
Add this code at the end of the 'base.css' file
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social{
padding-right: 0;
}
Thank you again!
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