Hide The Page Title From A Page / Create Custom Page Title For Pages

Edit this page in your dashboard and look for a layout box.

Make sure you select “No” so that your H1, or title on that given page, does not show.

If you need to hide your heading on a site wide basis, you could apply some simple CSS.Add this css under Appearance / Theme Options / Custom CSS.

/* Will hide on pages only. Not posts */
body.page .entry-header {
display: none;
}

And you can always add your own custom heading like this