/*
Theme Name: GeneratePress Child theme of generatepress
Theme URI: 
Description: Child theme of generatepress theme for the GeneratePress theme
Author: <a href="https://tomusborne.com">Tom Usborne</a>
Author URI: 
Template: generatepress
Version: 2.4.2
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 25 May 2020 17:24:46 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* Disattivare titolo pagina */
.page .entry-title{
display:none;
}
/* Disattivare data */
.entry-date {
display: none;
}
/* Disattivare autore */
.author-name {
    display: none;
}
/* Disattivare autore */
.byline {
    display: none;
}