Hey @catino
This should work for you, just paste it in the footer area of your site :
<script>
$("a").click(function(){
$("nav").removeClass("w--open");
});
$("a").click(function(){
$("div").removeClass("w--open");
});
</script>
Hey @catino
This should work for you, just paste it in the footer area of your site :
<script>
$("a").click(function(){
$("nav").removeClass("w--open");
});
$("a").click(function(){
$("div").removeClass("w--open");
});
</script>