• Resolved velanche

    (@velanche)


    Greetings:
    I am trying to hide the page title “Home” from my web site without it affecting anything else, especially other page titles.

    I searched the WP forums, and it was suggested that the following be added under Customize–>Edit CSS–>Additional…

    .home h1.entry-title {
    display: none;
    }

    I chosen “Publish” to update the page, but a refresh of the site still shows the “Home” title. I’ve been putting it off for awhile, but now I’d like to get this done. Any guidance would be appreciated; thank you!
    Velanche

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey Velanche,

    Try this css code.

    .home h2.page-title {
      display: none;
    }

    Hope above will help you.
    Thank you.

    Thread Starter velanche

    (@velanche)

    Thank you, Snehal; that did the trick! I appreciate it.

    or try this plugin
    Hide Page And Post Title
    Hides the front page title and puts on option on the admin control area for each page to Hide the title or not. Its down on the bottom right of the page control area.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you sure you want to do this? Headings are kinda a big deal for search engines

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding “Home” Title From Home Page’ is closed to new replies.