Renaming Cart Icon

Solved

Renaming Cart Icon

technase
Shopify Partner
219 2 53

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

 

screencapture-islaboutique-au-2024-07-05-12_59_33.png

 

 

 

technase
Accepted Solutions (2)

GTLOfficial
Shopify Partner
806 169 179

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
5.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Dan-From-Ryviu
Shopify Partner
11407 2238 2411

This is an accepted solution.

Please update the code 

<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link svg {
display: none !important;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
11407 2238 2411

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>

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

technase
Shopify Partner
219 2 53

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  

technase
Dan-From-Ryviu
Shopify Partner
11407 2238 2411

This is an accepted solution.

Please update the code 

<style>
span.cart-link:after {
content: 'Tote';
}
span.cart-link svg {
display: none !important;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

technase
Shopify Partner
219 2 53

thank you very much.. how do I increase the text size of the word "Tote" ?

technase

oscprofessional
Shopify Partner
16346 2438 3180

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>
Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

GTLOfficial
Shopify Partner
806 169 179

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
5.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh