Homepage › Community Forums › Guru Theme Support › Portfolio template in Guru › Reply To: Portfolio template in Guru
Add this to your functions.php file –
// Remove Date/Time in Comments add_filter( 'genesis_show_comment_date', '__return_false' );
Let me know if that helps