/* Hide author and date on all posts (archive + single) */
.et_pb_post .post-meta .author,
.et_pb_post .post-meta .published,
.et-single-post-meta .author,
.et-single-post-meta .published {
    display: none !important;
}