Site logo

Archived topic

Hiding Page Title on Homepage

10 replies · Started by Anonymous on September 23, 2014

Viewing posts 1–11 of 11

Hi there,

Thanks for the great theme - I love it! There is one particular issue though I'm hoping you can help me with.

So I have set one of my pages as the homepage. The problem is that I don't want the page title to appear - I have my own text within the page that I prefer the look of. Is there a way I can hide the page title from appearing on the homepage?

Right now I just have left the title of the page blank, but I feel like that's probably not very good for SEO.

Thanks Tom - the CSS in that thread got rid of all my page titles across the website - I only want to hide the title on my homepage. Or rather, just one single specific page. Is that possible with CSS?

Thanks!

You can use this for the homepage:

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

For individual pages - each page is given a specific class in the <body> tag.

You'll need to inspect the code and find that specific class, then replace .home (as shown above) with that class.

Thanks SO SO much Tom - you are the best!

Could you explain how the disable elements works?

I'd tried to hide the home title (on the home page) but everytime i click the "Headline / Post Title " checkbox and click Publish/Update, it refreshes the page as unchecked.

It works ok on other pages on the site.

When metaboxes won't update like that, it's usually because the page used to have a page template that no longer exists.

Go to the "Pages" area of your Dashboard and find this problem page.

Then click "Quick Edit", and under "Template", choose "Default Template".

Save, and then enter the page to try again.

Let me know :)

Thanks Tom - to the rescue once again!

You're welcome :)

Hi,

I am just trying generatepress theme. In the header, I just want the logo to appear not the site title & description. However, I cannot remove the details from dashboard either as I need to retain the site title for the sake of SEO title.

Also, do you have the option for secondary menu at the bottom in the premium version of the theme?

This archived topic is closed to new replies.