Getting rid of home page title?

Homepage Community Forums Epik Theme Support Getting rid of home page title?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13309
    LordCrumpetIV
    Customer

      Hi.

      How do I remove the H1 title for the home page only?

      Linky to site.

      Thanks.

      #13314
      Wes
      Moderator

        There are a few ways you can do it.

        1. You can use css to hide it by adding this to your style.css –

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

        2. You can use a plugin called Genesis Title Toggle which gives you an option to remove it in your settings – https://wordpress.org/plugins/genesis-title-toggle/

        3. You can also add an action/code in your functions file to remove it if you want, but the first two should be all you need without needing to deal with the code if you don’t want to.

        #13323
        LordCrumpetIV
        Customer

          Thank you very much. Solution No 1 managed to do the job!

          #13327
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Getting rid of home page title?’ is closed to new replies.