Mobile header issues on a Shopify store: duplicate menu labels on mobile and an extra, non-functional close (X) icon in the header.
Actions taken:
Store URL and password were shared to enable troubleshooting.
CSS was proposed to hide the inline header menu on small screens via a media query. Code targets the header’s list-menu to prevent duplicate labels beside the hamburger icon.
CSS was also suggested to hide the close icon by targeting the generic SVG close icon selector.
Outcomes:
Issue 1 resolved. The mobile header no longer shows duplicate menu names after applying the media query hide rule.
Issue 2 remains partially unresolved. The provided selector hides all close icons across the site, not just the non-functional one, indicating the selector is too broad.
Current status and next steps:
Discussion open. A more specific selector is needed to target only the redundant, non-clickable close (X) in the header.
Screenshots (mobile and desktop) illustrate the UI issues; CSS snippets are central to understanding the attempted fixes.
Summarized with AI on December 13.
AI used: gpt-5.