Viewing 3 replies - 1 through 3 (of 3 total)
  • Depending on which theme you are using, you might be able to change it as one of your theme options. When you’re editing the page, look for a block called Theme Options. If it’s not visible, you should be able to enable it by clicking Screen Options at the top of the screen, and selecting Theme Options. If your theme supports this, it’s the easiest way to remove the title from a page.

    add this to style.css of your theme, or via a custom CSS plugin:

    .page-id-414 .post .title { display: none; }

    Thread Starter Spencer1537

    (@spencer1537)

    Thanks a bunch! Worked perfectly!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove title of page when clicked on?’ is closed to new replies.