-
AuthorPosts
-
July 31, 2015 at 3:10 am #346161
aliyakalypsoParticipantThe breadcrumb removal code worked perfect.. now its just that darn header logo. Thanks so much in advance!
July 31, 2015 at 3:22 am #346165
Paul RModeratorHi,
Yes you are correct, that option is not available once you have set the page to be your blog page.
You can add this under Custom > CSS in the Customizer.
.blog .masthead { display:none; }Hope that helps.
July 31, 2015 at 3:46 am #346184
aliyakalypsoParticipantyes! it worked perfect. Thanks so much!
July 31, 2015 at 3:48 am #346187
Rue NelModeratorYou are most welcome!
We are glad we were able to help you out.If there’s anything else, we can help you with, please let us know.
September 9, 2015 at 9:02 am #383161
AlexandraParticipantHi there,
Sorry to interject on an older topic that appears resolved.
I added the following, which removed Breadcrumbs from displaying, but (I believe) continues to have Breadcrumbs enabled (which is what I wanted).
Please let me know if this is incorrect, or will possibly trigger other problemos. Thank you!
div.x-breadcrumb-wrap { display: none; }September 9, 2015 at 9:36 am #383182
ZeshanMemberHi Alexandra,
Thanks for writing in! To assist you with this, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.
Thanks!
November 19, 2015 at 3:38 pm #671963
tats86ParticipantThis reply has been marked as private.November 19, 2015 at 7:35 pm #672208
Rue NelModeratorHello There,
Thanks for updating this thread! To remove your blog header from your posts, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-landmark { display: none; }Hope this helps. Kindly let us know.
November 20, 2015 at 6:05 am #672726
tats86ParticipantWorked perfectly well, thank you!
November 20, 2015 at 6:58 am #672780
Paul RModeratorYou’re welcome! 🙂
April 14, 2016 at 9:31 am #882324
JRMacPhersonParticipantHi All,
We are trying to remove the Blog title on the below staging site and have used the below code in Custom and it still appears.
An alternative might be to change the background colour and Blog ‘title’ wording from Blog to News.
http://template2.immersedhq.com/news/
//remove blog header
.x-header-landmark {
display: none !important;
}April 14, 2016 at 6:34 pm #883263
DarshanaModeratorHi there,
Please add the following CSS rule.
.blog .x-header-landmark { display: none; }Also make sure the CSS you have in Customizer does not have any errors. Copy all CSS into CSSLint (http://csslint.net/) and then you can check for errors.
Hope that helps.
May 18, 2016 at 4:47 am #997044
tashitendrelParticipantHello, I have managed to remove headers from pages, as you advised above using this code in Renew child theme:
.x-header-landmark {
display: none !important;
}
However after doing so some white space appeared above my footer… How to remove it? I am attaching screenshot. I have also removed website background color and widgets background color before to apply patter. Maybe I have done something wrong?
thank, beataMay 18, 2016 at 5:53 am #997127
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
July 14, 2016 at 10:05 am #1086905
sonofzellParticipantPerhaps someone can help me with a related issue…
For standard pages, I use the X template “No container, No Header, Footer”. I am using a sticky slider as a menu, with a hero slider placed “above masthead”. I need to duplicate this format for posts, but have not been able to (A)Remove the header from post pages or (B)place a slider above the masthead position so that it appears beneath the transparent menu element.
Any advice?
Thanks in advance!
K
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-163373 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
