Hello good morning, I have tried to change the hamburger icon svg in the code of my store and it seems that the code works well even in the preview it looks good but when I check my store you see absolutely nothing.
Topic summary
A user encountered an issue where a custom hamburger menu icon SVG appeared correctly in the theme editor preview but failed to display on the live store. Screenshots showed the icon working in preview mode but missing on actual devices.
Troubleshooting Process:
- Multiple community members requested the store URL to investigate
- Initial checks by one helper showed the icon displaying correctly
- The original poster confirmed it still wasn’t visible on other devices
Resolution:
- The issue was identified as an incorrect CSS class name in the code
- Solution: Change the class from
icon-hamburgertoicon icon-hamburger - This fix successfully resolved the display problem
Status: Issue resolved. The custom hamburger icon now displays correctly across all devices.





