Don't want to display page heading on pages in Sketch theme

  • Unknown's avatar

    Hi,
    I’m using the sketch theme and on the About us page I don’t want the page title “About Us” to be displayed underneath my custom heading and before the text for that page. Can you please tell me how I can turn it off.
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • You can either remove the word “About” from your post editor itself and leave it blank, or you can hide it with custom CSS:

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

    If you opt to remove it from the post editor, keep in mind that will also remove it from your browser title bar.

  • The topic ‘Don't want to display page heading on pages in Sketch theme’ is closed to new replies.