Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #346161

    aliyakalypso
    Participant

    The breadcrumb removal code worked perfect.. now its just that darn header logo. Thanks so much in advance!

    #346165

    Paul R
    Moderator

    Hi,

    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.

    #346184

    aliyakalypso
    Participant

    yes! it worked perfect. Thanks so much!

    #346187

    Rue Nel
    Moderator

    You 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.

    #383161

    Alexandra
    Participant

    Hi 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;
    }
    #383182

    Zeshan
    Member

    Hi 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!

    #671963

    tats86
    Participant
    This reply has been marked as private.
    #672208

    Rue Nel
    Moderator

    Hello 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.

    #672726

    tats86
    Participant

    Worked perfectly well, thank you!

    #672780

    Paul R
    Moderator

    You’re welcome! 🙂

    #882324

    JRMacPherson
    Participant

    Hi 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;
    }

    #883263

    Darshana
    Moderator

    Hi 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.

    #997044

    tashitendrel
    Participant

    Hello, 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, beata

    #997127

    Christopher
    Moderator

    Thanks 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.

    #1086905

    sonofzell
    Participant

    Perhaps 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