• Resolved evelynsenyi

    (@evelynsenyi)


    Hello,

    I am using a static page for my homepage and I would like to remove the page title. Can you tell me how I can do that?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Appearance > Customize > Custom CSS

    Paste this in that box:

    .post-title {
       display: none;
    }
    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Author!

    If you want to hide the title only on the homepage, the following CSS will do that:

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

    As Erik mentioned, you can paste that into the Custom CSS section in the Customizer (thanks Erik!).

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