• I just posted this question about 10 minutes ago and it randomly got deleted…

    Anyway, I would like to get rid of the word “home” on this page: http://dankrokos.com

    I’ve seen other tutorials on the forum but nothing works. I’m using the new 2012 theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this to your CSS.

    .home .entry-title {
        display: none;
    }
    Thread Starter Rachel

    (@xxrayray)

    I just went through the whole css. There isn’t a “home” class.

    Thread Starter Rachel

    (@xxrayray)

    Oh! It worked! It was the .entry-header .entry-title

    Don’t edit it there though.

    You need to add a new rule like I had it that way it only removes it off the homepage. But if you want to remove it off all pages then dont add the .home part. I was thinking you wanted home page removal only.

    Thread Starter Rachel

    (@xxrayray)

    Oh… I do. I just thought I’d have to live with all of them gone. It works now, just the homepage has the title gone.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to get rid of page title on static front page?’ is closed to new replies.