Thanks Eric, I tried the whole thing… converted the css to HTML5, added add_theme_support( ‘html5’ ); to my functions.php file and changed the code to…
//* Remove the post info function
remove_action( ‘genesis_entry_header’, ‘genesis_post_info’ );
Still, nothing?