[Solved] Unhide overlay menu after hiding it with javascript
If I understand your question right, you want to hide and show the menu. Show on click of the menu input (which you currently do using the :checked pseudo class in CSS) and then hide when clicking the overlay box that appears? If so, why not just uncheck the input using JQuery. This way the … Read more