Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1017883
    Mika A
    Participant

    Hi

    How can i keep the menu sub items always open in the mobile menu?

    Mike

    #1017903
    Paul R
    Moderator

    Hi Mike,

    To achieve that, you can add this in Appearance > Customize > Custom > Edit Global Javascript

    
    (function($){
      $('.x-navbar .x-nav-wrap.mobile .sub-menu').addClass('in');
    })(jQuery);
    

    Hope that helps

    #1019488
    Mika A
    Participant

    Hi

    Worked like a charm! Thank you very much! 🙂

    Mike

    #1019490
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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