Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi vadikcoma!

    If you are looking to remove the title from all the pages you can try using:

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

    Or if you are looking to remove the title from one specific page you can use the .page-id-{ID} class. So, if your page’s ID was 13 you would use:

    .page-id-13 .entry-title {
        display: none;
    }

    You can use that in a Custom CSS plugin or a child theme.

    Hope that helps!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Actually… there are a few plugins that you can use that adds a setting to your page and post editor screen. It lets you choose what posts or pages to disable the title. Check out this one “Hide Title

    Thread Starter Vadim

    (@vadikcoma)

    Thank you guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove page title?’ is closed to new replies.