[Support request] Hiding Post Titles

Home Forums Support [Support request] Hiding Post Titles

Home Forums Support Hiding Post Titles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1592154
    Stuart

    There used to be an icon that looked like an eye and it appeared next to the post title when editing a blog post. This could be used to hide or unhide the title in posts. I don’t see that now. Is there some other way to hide post titles individually? I need this because there is no way (that I know of) to center post titles in my blog, so instead I have to hide the tile and use a centered H1 header.

    I tried two plugins but one did nothing and the other hides the title in the post but it also blocks the title from showing up when links are placed on social media.

    #1592196
    David
    Staff
    Customer Support

    Hi there,

    that options should still be visible. Buts it actually just a short cut to the Disable Content Title:

    https://docs.generatepress.com/article/disable-elements-overview/

    But if you want – you can use this CSS to center all your single post titles:

    h1.entry-title {
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.