:root{--page-title-display:none;}/* Start custom CSS *//* ─── Hide theme page header / title ─── */

/* General page title */
.page-title,
.entry-title,
.page-header,
.site-header-image,
.hero-section,
.page-hero,
.page-banner {
  display: none !important;
}

/* WPOcean / OceanWP (your theme) */
.page-header.clear,
.ocean-page-header,
.ocean-page-header-wrap,
.ocean-page-title,
.page-header.page-title {
  display: none !important;
}

/* Hide the featured image shown at top of page */
.post-thumbnail,
.wp-post-image,
.entry-thumbnail,
.page-featured-image {
  display: none !important;
}

/* Hide breadcrumbs if showing */
.breadcrumbs,
.ocean-breadcrumb,
.woocommerce-breadcrumb {
  display: none !important;
}

/* Remove padding/margin the header block leaves behind */
.site-content,
.content-wrap,
.page-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.site-content,
#content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}/* End custom CSS */