/**
 * Pagine statiche — titolo tema nascosto in frontend.
 *
 * Il titolo resta in admin (elenco pagine, menu); Hello Elementor non lo stampa in pagina.
 * Selettore body.page: solo pagine, non articoli blog né prodotti WooCommerce.
 *
 * @package Bacheca_Theme_Global
 */

body.page .entry-header,
body.page .page-header,
body.page h1.entry-title {
	display: none !important;
}
