Hello @nodarik,
Yes I taught myself some CSS and added some to hide the meta data. For any others (not sure if it will work with different themes) the code is used is this:
/*Remove page title and date and author and edit link*/
.post-meta {
display: none!important;
}
.post-title {
display: none!important;
}
.entry-title {
display: none!important;
}
.post-edit-link {
display: none!important;
}
I will mark this as resolved and thanks for the reply!