:root{--page-title-display:none;}/* Start custom CSS *//* Ocultar el header completo (Logo y Menú) */
header, .site-header, #masthead {
    display: none !important;
}

/* Ocultar el footer si también lo deseas */
footer, .site-footer, #colophon {
    display: none !important;
}/* End custom CSS */