Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212808
    fatheaddrummer
    Participant

    Hi There,

    Could you help me getting rid of the header on the blog page? I cannot use a page template for the blog page…
    https://www.diamond-precision-studio.com/de/tipps-und-tricks/

    Thank you very much!!

    Best, Christian

    #1213225
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .blog .x-header-landmark.x-container.max.width {
        display: none;
    }

    Hope it helps 🙂

    #1213240
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-header-landmark {
    display: none !important;
    }

    Hope this helps!

    Let us know how this goes!

    #1214381
    fatheaddrummer
    Participant

    Hello awesome support!

    I tried your codes, but I didn’t want to remove the blogs “header” but I wanted to remove the main header with the navbar. As I am using superfly menu, I don’t need any navbar on my blog page…

    I am sorry for the misunderstanding, I didn’t clarify very well…

    Thanks for your great support!!

    Best, Christian

    #1214520
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .masthead {
        display: none;
    }

    Thanks.

    #1214575
    fatheaddrummer
    Participant

    Hi Christian,

    Haha, It seems I didn’t clarify well again 🙂

    The code is working perfect, but I want the remove the navbar only on my blog page (and single posts)…I indeed need it to be working on all other pages…just need to turn it off, as I am not able to choose a “no header” template on the blog page, like I would do on all other pages…
    So the code you just gave me is perfect, but it should just be related to blog and single posts page 🙂

    Thank you for the patience! 🙂
    Best, Christian

    #1214866
    Joao
    Moderator

    Hi Christian,

    Please add the following code instead:

    .blog .masthead, .single-post .masthead {
        display: none;
    }

    Hope it helps

    Joao

    #1215104
    fatheaddrummer
    Participant

    That’s perfect. Thank you sooo much!! 🙂

    Best, Christian

    #1215244
    Joao
    Moderator

    Glad to hear,

    Let us know if we can help with anything else.

    Joao

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