Add Searchglass icon on mobile impulse theme

Topic summary

A user wants to add a search icon to the left of the cart icon in the mobile header of their Shopify Impulse theme store. They’ve provided a screenshot showing the current mobile layout.\n\nA solution was offered with these steps:\n- Locate the cart icon code section (typically `<div class=\

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

Hello, i would like to add the searchglass icon on the mobile store. i will upload a photo of how my mobile is right now, if possible can someone help me put my searchglass icon at the left of the cart icon?

  1. Look for the section that contains the cart icon code. It may look something like <div class="cart-icon">...</div> or <a href="/cart">...</a>.

  2. Insert the search glass icon code before or after the cart icon code. The icon code could be an SVG or an HTML entity representing the search icon. Here’s an example of SVG code for a search glass icon: