hamburger button error on mobile (Dawn Theme)

This is mobile view. I changed my hamburger icon succesfully like ‘screenshot1’. But, when I opened menu, the hamburger menu is still showing on close button. Could you please give me a hand to fix it?

url : https://104e35-2.myshopify.com/


(screenshot1)


(screenshot2)

Try adding this code to base.css and let me know if it works:

details[open]>.header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
}

It’s saying that if the menu is open, to hide the hamburger icon.

Hello @loolakoola ,

Add this css at the bottom of base.css

.menu-opening svg {
    display: none;
}

Thanks

Hello @loolakoola ,

You can try to follow these steps:


  
  

Hope this can help.

Ali Reviews team.

But this code aslo hide every svg in menu folder like arrow.

im having this issue too