Renaming Cart Icon

Topic summary

A user seeks to replace their store’s cart icon with the text “Tote” on a Shopify store using the Impulse theme.

Solutions Provided:

  • Multiple respondents suggest adding custom CSS code to the theme.liquid file
  • Code should be placed after the <head> tag or before the closing </body> tag
  • Initial implementation successful but removed the cart notification bubble

Current Status:

  • Cart icon successfully replaced with “Tote” text
  • Cart notification bubble (item count indicator) has been restored via updated code
  • User now asking how to increase the font size of the “Tote” text

Outstanding Question:
How to adjust the text size of “Tote” - awaiting response for CSS font-size modification.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi @technase

You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code