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.
User | RANK |
---|---|
186 | |
168 | |
78 | |
56 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023