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
A user seeks to replace their store’s cart icon with the text “Tote” on a Shopify store using the Impulse theme.
Solutions Provided:
theme.liquid file<head> tag or before the closing </body> tagCurrent Status:
Outstanding Question:
How to adjust the text size of “Tote” - awaiting response for CSS font-size modification.
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
Hi @technase
You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code
hell @technase
Go to online store > edit theme code > theme.liquid > put in the below code in theme.liquid file before closing
Hello @technase
Go to online store ---------> themes --------------> actions ------> edit code------->theme.liquid
and add this code after head.
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
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
Please update the code
thank you very much.. how do I increase the text size of the word “Tote” ?