How can I replace the hamburger icon in my Dawn theme?

My site is:

https://milkymotorsports.com/

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.

Hi @milkymotorsport

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?

https://milkymotorsports.com/

Please add this CSS code at the bottom of your CSS file

.header__icon--menu .icon {
height: 36px !important;
width: 36px !important;
}