Homepage › Community Forums › Aspire Theme Support › remove comments date and time in Aspire pro › Reply To: remove comments date and time in Aspire pro
Try adding this to your functions.php file –
// Remove the date and time on comments in Genesis child themes add_filter( 'genesis_show_comment_date', '__return_false' );