How can I add text under the burger & cart icon in Sense?

Topic summary

Goal: Add text under the burger (menu) and cart icons in the Sense theme.

Latest guidance: Inspect the theme’s header.liquid file to find where those icons are generated, then add the desired text beneath them.

Context: header.liquid is the theme’s header template where icon markup is typically defined (e.g., HTML/Liquid or referenced snippets/SVGs). An image was shared to illustrate the icons’ placement.

Status: No code examples or detailed steps were provided; no implementation outcome reported.

Next steps: Locate the specific icon elements in header.liquid and insert text nodes or labels directly below their markup. The discussion remains open, with concrete instructions and confirmation of results pending.

Summarized with AI on February 12. AI used: gpt-5.

Can someone tell me how to add text under the burger & cart icon?

@mxxssoud123 ,

Check your theme header.liquid file and check the icon from where they coming then add the text…