[Resolved] Remove title from being visible as heading

Home Forums Support [Resolved] Remove title from being visible as heading

Home Forums Support Remove title from being visible as heading

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #134753
    Oskar

    Hello!
    Maybe a stupid question, but is it possible to remove the page title from being visible as a heading on my pages?

    Thanks, Oskar

    #134773
    bdbrown

    Hi Oskar. To remove the title on pages try this css:

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

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #134787
    Tom
    Lead Developer
    Lead Developer

    You can also remove the HTML completely from the page (instead of just hiding it) with this function: https://gist.github.com/generatepress/261aa39f5e594c243c02

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    #134909
    mapsarska

    Or you can use GP add-on like me πŸ˜‰

    #134915
    Oskar

    Maparska// Which GP add-on? πŸ™‚

    #134918
    Tom
    Lead Developer
    Lead Developer

    The Disable Elements add-on allows you to disable the entry/page title and more on individual pages/posts πŸ™‚

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