You will have to do some custom css (preferably in a child theme or if you are using a plugin for editing css…so you won’t lose your modifications with theme updates. But to do this, create the following custom css:
.entry-date,
.entry-author {
display:none;
}