For all pages
- Open the "Customizations" window for the root page (Design -> Customizations)
- Insert this code:
.page-title { display: none; }
For just one page
- Open the "Manage head tags" window (click "page options" in the menu bar -> Manage head tags)
- Insert this code:
<style>
.page-title { display: none; }
</style>
* Please note that in this case the page title will only disappear in the published page, you will still see it in the editor.