closing mobile menu on click
-
Hi!
I have a problem with the mobile menu. It opens on click, but after that there’s no way to close it, its stays statically open.
I tried to follow this thread
https://www.ads-software.com/support/topic/how-to-close-menu-when-viewing-on-mobile?replies=8
I created a functions.js file in my child theme and copied this code in it (from the previous thread)
I then put this script
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/functions.js”></script>
in the <head></head> tags in my child theme header.php
But it doesn’t seem to work. I’m new to JS and PHP.
Here’s my site https://www.elzaza.com
Could anyone please tell me what I’m doing wrong?
thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘closing mobile menu on click’ is closed to new replies.