Hi Giancarlo,
To remove the author name, date, category and comment from blog posts
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box
.post-date, .post-comment, .post-categories, nav.post-navigation { display:none; }
Regards
Grace Themes