My site is:
Can someone pls provide code to replace my hamburger menu icon? I’d like to use the menu icon on https://pipemasters.vans.com/
A user seeks to replace the default hamburger menu icon in their Dawn theme Shopify store with a custom image.
Initial Request:
Solution Provided:
A community member (Dan-From-Ryviu) offers step-by-step guidance:
icon-hamburger.liquid fileFollow-up Requests:
icon-hamburger.liquid file.header__icon.menu--icon with 36px width/height dimensionsStatus: The discussion appears resolved with complete code solutions provided for custom icon replacement and mobile sizing adjustments.
My site is:
Can someone pls provide code to replace my hamburger menu icon? I’d like to use the menu icon on https://pipemasters.vans.com/
@milkymotorsport , I need access to theme code to implement this, feel free to contact me.
This can be done using the custom code, Please share collab access
Go to your Online store > Themes > Edit code > open icon-hamburger.liquid file, replace code in this file with this code
@Dan-From-Ryviu thank you! Can you also do the code for this?
Hi @milkymotorsport , please replace existing code in icon-hamburger.liquid with this one
@Dan-From-Ryviu can you provide code to make the icon 1.5x bigger on mobile?
Please add this CSS code at the bottom of your CSS file
.header__icon--menu .icon {
height: 36px !important;
width: 36px !important;
}