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

    Nico
    Moderator

    Hi There,

    Instead for adding this code in your Customer’s Custom CSS for blog post / blog:

    
    .single header.entry-header {
    display: none;
    }
    
    .single .entry-content.content {
    margin-top: -70px;
    }

    Use this:

    .page header.entry-header {
    display: none;
    }
    
    .page .entry-content.content {
    margin-top: -70px;
    }

    Hope it helps!

    Thanks

    #216091

    stylinsmitty
    Participant

    That’s the one! Thank you

    #216442

    Paul R
    Moderator

    You’re welcome!

    #311197

    drold69
    Participant

    Tried to delete. I figured it out. So I just edited post. Thanks

    #311372

    Christian
    Moderator

    You’re welcome. Glad you’ve sorted it out. 🙂

    #370793

    gavgeorge
    Participant

    Hi,

    I need to delete the heading space on a couple of select single (individual) pages, not across a section like Pages or Blog. Can you tell me how to do this please?

    #370877

    Rupok
    Member

    Hi @gavgeorge

    Please open a new topic with your problem and proper clarification. Add some screenshot that what you want to accomplish and also don’t forget to attach your url.

    You don’t need to reply on this thread.

    Thanks