/* Hide the page title on all pages */
.page .entry-title,
.page .page-header,
h1.entry-title {
    display: none !important;
}