Tagged: x Author Posts October 13, 2016 at 2:25 pm #1215175 JohanschackParticipant Hi, Is it possible to hide the burger menu on my page jvfirst.dk/blog and on all the blog posts? Best regards, Johan October 13, 2016 at 3:46 pm #1215259 JohanschackParticipant Think i found the solution, could you please verify? .page-id-373 .x-icon-bars { display: none; } and .single-post .x-icon-bars { display: none; } October 13, 2016 at 6:48 pm #1215398 FriechModerator Hi There, Yes, that is correct. Actually you can merge that blocks. .page-id-373 .x-icon-bars, .single-post .x-icon-bars { display: none; } Thanks. October 14, 2016 at 3:06 am #1215852 JohanschackParticipant Yea, I’ve just decided to have one in the global CSS and the other on the specific pages’ CSS file. I’m assuming that it will help on load speed, right? Thanks 🙂 October 14, 2016 at 3:13 am #1215863 Paul RModerator Hi, Yes, you can add this in Global css .single-post .x-icon-bars { display: none; } Then add this in Cornerstone > Settings > Custom CSS for the specific page. .x-icon-bars { display: none; } Hope that helps. Author Posts <script> jQuery(function($){ $("#no-reply-1215175 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In