Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try hiding it with CSS;

    .home #content .entry-title {
     position: absolute;
     left: -9999px;
    }

    Another option is to edit your theme files and remove the title. This way, when you make a page or post, you can choose to manually add a heading (h1, h2) to the page, or leave it out, depending on the specific requirements of the page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remover "Home" from my websites homepage’ is closed to new replies.