• Is there a way to remove the title and the space that it takes up from the home page?
    Thanks.

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

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

    (@bensibley)

    This CSS will remove the page title from the homepage if a static page is set:

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

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove title’ is closed to new replies.