Viewing 2 replies - 1 through 2 (of 2 total)
  • Something like this in a relevant style sheet might do the trick but it will remove all h1’s…

    .post-wrapper .h1-wrapper h1 {
      display: none;
    }

    so you might have to tinker with a template and add a class (class=”h1-frontpage”) just for the front page and then apply this to the stylesheet…

    .post-wrapper .h1-frontpage h1 {
      display: none;
    }
    Thread Starter jephhopcins

    (@jephhopcins)

    Great suggestion! That might work for me, as I am not really needing h1 anywhere in the site. Thanks; you are a fine human being.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Theme GeneratePress – remove title on static homepage?’ is closed to new replies.