Tagged: x Author Posts May 3, 2016 at 8:47 pm #911718 Mennojones1Participant I want the mobile version of mayishare.website to already have the menu revealed. I don’t want the three lines to be the first thing you see. How do you do that ? Thanks, Chris May 4, 2016 at 3:02 am #912078 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> JavaScript : jQuery(".x-btn-navbar").removeClass("collapsed"); jQuery(".x-nav-wrap.mobile.collapse").addClass("in").css("height","auto"); Hope it helps. May 4, 2016 at 10:10 am #912608 Mennojones1Participant I posted this and it did not work. Can you help ? My client really is demanding this. Chris May 4, 2016 at 1:49 pm #912998 RupokMember Hi Chris, Let’s update the code a bit : jQuery(document).ready(function($) { $(".x-btn-navbar").removeClass("collapsed"); $(".x-nav-wrap.mobile.collapse").addClass("in").css("height","auto"); }); I have tested the code so it must work if you add this correctly. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-911718 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In