To remove both the date and comment, you can add the below code in your theme’s style.css. (Use browser’s development tool to identify elements.)
.post-details{display:none;}
Instead of changing themes’s style.css it’s recommended to use child theme.
Hide date in wordpress posts