Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294025
    Gnomo Bàgnolo
    Participant

    Hi

    Is there a solution in order to auto-close Mobile Menu after click/touch a menu item?

    I use Integrity Stack: http://www.ilsentierodeglignomi.it

    Thank You Daniele

    #1294061
    Paul R
    Moderator

    Hi Daniele,

    Thanks for writing in!

    You can add this under Custom > Edit Global Javascript in the Customizer.

    
    jQuery(function($) {
    $(".x-nav-wrap.mobile a").on( "touchend click", function() {
         $('.x-btn-navbar').click(); 
    });
    });
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1294025 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>