Remove Header Elements Remove the header elements of your site using the Genesis Framework: <?php // Remove the site title remove_action( 'genesis_site_title', 'genesis_seo_site_title' ); // Remove the site description remove_action( 'genesis_site_description', 'genesis_seo_site_description' ); // Remove the header right widget area unregister_sidebar( 'header-right' );