Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1215175
    Johanschack
    Participant

    Hi,

    Is it possible to hide the burger menu on my page jvfirst.dk/blog and on all the blog posts?

    Best regards,
    Johan

    #1215259
    Johanschack
    Participant

    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;
    }
    #1215398
    Friech
    Moderator

    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.

    #1215852
    Johanschack
    Participant

    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 🙂

    #1215863
    Paul R
    Moderator

    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.

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