• How do I remove the “Home”, “About us” “Contact Us”, etc titles from each of the pages? I tried the resolution that was mentioned in a previous post, but I was unsuccessful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try pasting the following code into the Custom CSS window, replacing the ‘x’ with the page id of the pages that you want to hide, hopefully it should work:

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

    (code courtesy of previous post on this forum)

    Thread Starter dmyoung805

    (@dmyoung805)

    Does it matter where I paste it in the code? I’m kind of new to all of this. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Page titles’ is closed to new replies.