• Hello,

    How can I remove page title but still keep post title because post tile is
    used for navigation.

    the following css will remove titles for both page and post
    .entry-header {
    display: none;
    }

    Cheers
    GT

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look at the <body> element for the pages you want to hide the title on. They should contain a class that isn’t there on post pages.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove page title but not post title’ is closed to new replies.