Shopify themes, liquid, logos, and UX
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)
Solved! Go to the solution
This is an accepted solution.
Hello @loolakoola ,
Add this css at the bottom of base.css
.menu-opening svg {
display: none;
}
Thanks
This is an accepted solution.
Hello @loolakoola ,
You can try to follow these steps:
<div class="hamburger-menu">
<button class="hamburger-icon" aria-expanded="false" aria-controls="menu">
<!-- Add your hamburger icon HTML code here -->
</button>
<button class="close-icon" aria-expanded="true" aria-controls="menu">
<!-- Add your close button HTML code here -->
</button>
</div>
Hope this can help.
Ali Reviews team.
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.
This is an accepted solution.
Hello @loolakoola ,
Add this css at the bottom of base.css
.menu-opening svg {
display: none;
}
Thanks
But this code aslo hide every svg in menu folder like arrow.
im having this issue too
This is an accepted solution.
Hello @loolakoola ,
You can try to follow these steps:
<div class="hamburger-menu">
<button class="hamburger-icon" aria-expanded="false" aria-controls="menu">
<!-- Add your hamburger icon HTML code here -->
</button>
<button class="close-icon" aria-expanded="true" aria-controls="menu">
<!-- Add your close button HTML code here -->
</button>
</div>
Hope this can help.
Ali Reviews team.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024