Shopify themes, liquid, logos, and UX
hello,
i'm experiencing this issue on dawn theme, if I open one submenu and then another, the first one doesn't close automatically, can please someone help me?
thank you
pw: subnormal
No answer yet huh?....I'm having the same issue 😔
If anyone is still searching for a solution, just add the next function in your global.js file, around line 26 (it should be inside an addEventListener function):
event.currentTarget
.closest("ul")
.querySelectorAll("details[open]")
.forEach((el) => {
if (el !== summary.parentElement) {
el.removeAttribute("open");
}
});
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