• Resolved laurel

    (@lfitzhugh)


    How do I hide the page title on the home page? I would actually prefer to hide it througout the site.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can add this CSS to the site to hide the page title on the homepage:

    .home .post-header {
      display: none;
    }

    And if you’d like to hide the title for all pages, you can use this CSS as well:

    .singular-page .post-header {
      display: none;
    }
    Thread Starter laurel

    (@lfitzhugh)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide page title’ is closed to new replies.