Tagged: x
-
AuthorPosts
-
October 12, 2016 at 6:36 am #1212808
fatheaddrummerParticipantHi 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
October 12, 2016 at 12:05 pm #1213225
ThaiModeratorHi There,
Please add the following CSS:
.blog .x-header-landmark.x-container.max.width { display: none; }Hope it helps 🙂
October 12, 2016 at 12:09 pm #1213240
RahulModeratorHey 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!
October 13, 2016 at 4:34 am #1214381
fatheaddrummerParticipantHello 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
October 13, 2016 at 7:00 am #1214520
ChristianModeratorPlease add the code below in your Appearance > Customize > Custom > Global CSS
.masthead { display: none; }Thanks.
October 13, 2016 at 7:57 am #1214575
fatheaddrummerParticipantHi 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, ChristianOctober 13, 2016 at 10:39 am #1214866
JoaoModeratorHi Christian,
Please add the following code instead:
.blog .masthead, .single-post .masthead { display: none; }Hope it helps
Joao
October 13, 2016 at 1:21 pm #1215104
fatheaddrummerParticipantThat’s perfect. Thank you sooo much!! 🙂
Best, Christian
October 13, 2016 at 3:34 pm #1215244
JoaoModeratorGlad to hear,
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1212808 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
