Shopify themes, liquid, logos, and UX
Hi,
Can anyone please help me with removing the cart icon from my store and replacing it with the text "Tote."
I am using a theme called Impulse
Store address: https://www.islaboutique.com.au/
storefront password: ablosa
Solved! Go to the solution
This is an accepted solution.
Hello @technase
Go to online store ---------> themes --------------> actions ------> edit code------->theme.liquid
and add this code after head.
<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link .cart-link__bubble--visible,
span.cart-link svg {
display: none !important;
}
</style>
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Please update the code
<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link svg {
display: none !important;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @technase
You can do that by adding this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link .cart-link__bubble--visible,
span.cart-link svg {
display: none !important;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thank you Dan,
works perfectly but the cart/tote bubble is gone now.. how do I display that black dot when anything is added to the cart/tote
This is an accepted solution.
Please update the code
<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link svg {
display: none !important;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
thank you very much.. how do I increase the text size of the word "Tote" ?
hell @technase
Go to online store > edit theme code > theme.liquid > put in the below code in theme.liquid file before closing </body>
<style>
body span.cart-link:before {
content: 'Tote';
text-transform: capitalize;
}
body svg.icon.icon-bag-minimal {
display: none;
}
</style>
This is an accepted solution.
Hello @technase
Go to online store ---------> themes --------------> actions ------> edit code------->theme.liquid
and add this code after head.
<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link .cart-link__bubble--visible,
span.cart-link svg {
display: none !important;
}
</style>
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
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