Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Hiding content title without disabling h1 metatag

  • Is there a way to hide the content title without disabling the h1 metatag?

    I have disabled the “Content Title” element for both my home and blog pages, and this removes the h1 metatag.

    Thanks,

    Susan

  • Hi Susan,

    We can use CSS instead. For reference, can you enable the Content title and share the link to the site in question?

  • Hi Fernando,

    I have enabled the content title. I have shared the link below.

    Thanks,

    Susan

  • If you want to hide it just for Pages, add this through Appearance > Customize > Additional CSS:

    :is(.page) h1.entry-title {
        display: none;
    }

    If you want to hide it for posts as well, use this:

    :is(.page,.single-post) h1.entry-title {
        display: none;
    }
  • Hi Fernando,
    I only want to hide the title on the Home page, not all the pages.
    Thanks,
    Susan

  • I see. Did you disable the Content Title on your Home page? I’m not currently seeing it. If so, can you enable it?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.