-
AuthorPosts
-
July 31, 2015 at 3:10 am #346161
The breadcrumb removal code worked perfect.. now its just that darn header logo. Thanks so much in advance!
July 31, 2015 at 3:22 am #346165Hi,
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 #346184yes! it worked perfect. Thanks so much!
July 31, 2015 at 3:48 am #346187You 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 #383161Hi 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 #383182Hi 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 #671963This reply has been marked as private.November 19, 2015 at 7:35 pm #672208Hello 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 #672726Worked perfectly well, thank you!
November 20, 2015 at 6:58 am #672780You’re welcome! 🙂
April 14, 2016 at 9:31 am #882324Hi 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 #883263Hi 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 #997044Hello, 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 #997127Thanks 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 #1086905Perhaps 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