Eliminating Page Title (Home Page)

  • penpoint

    #6975

    Hello –

    I’m looking for a way to remove the title from my home page. I am using a static page for a home page and above my intro the word “Home” appears. I would like to remove it.

    I’ve searched for this in the forum and found several threads that indicate inserting the following code: .home .post-title {display:none;} I tried that and it does work however it also removes the titles from the post excerpts that appear below my intro. I would like for the post titles to stay in place and remove the title for the home page only (if that makes any sense). Perhaps the easiest way is to change the permalink name. Site is The Faithful Pen

    Thanks for any help.

    Bill

    Anonymous

    #36422

    Use this instead,

    .home .entry-title {
    display: none;
    }

    penpoint

    #36423

    That’s exactly what I was looking for. I knew there had to be answer. Thanks for the help.

    Bill

    Anonymous

    #36424

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.