Viewing 2 replies - 1 through 2 (of 2 total)
  • You could hide it with some CSS added into a custom CSS plugin.
    This will hide it for all pages:

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

    This will hide it only for the page you linked:

    .page-id-173112087 .entry-header {
        display: none;
    }

    That worked for one page, but not for “Employees” on this page —
    https://www.crossingstreets.com/employees/

    I would actually like to change “Employees” to “Cast and Crew”. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide / choose not to display page name’ is closed to new replies.