Anchor links does not close menu
-
Hi, when i click on a link in my menu (all anchor links) menu doesn’t close. i try to add cose suggested here
https://www.ads-software.com/support/topic/how-to-make-menu-close-when-anchor-links-are-clicked/But without success, i have added this code to footer. What i should do now?
<script type="text/javascript"> const menucontent = document.querySelector(".content-type-menu"); const nomenuhere = document.querySelector(".menu-toggle"); menucontent.addEventListener("click", () => {nomenuhere.checked = false;}); </script>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Anchor links does not close menu’ is closed to new replies.