I only tested these on the Twenty Twenty theme.
To remove the author and date (below the post title)
.entry-categories-inner,
.post-meta-single-top {
display: none;
}
(source: https://wordpress.org/support/topic/remove-author-date-category/#post-12798495)