Hello,
1) Please Go to Theme Settings >> Blog and set the layout to 1 column.
Screenshot for Clarification: https://gyazo.com/28f147221d93f24d9fb01d5ae6a173c4
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog .wd-entry-meta .meta-author {
display: none;
}
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog .hovered-social-icons.wd-tltp.wd-tltp-top {
display: none;
}
4) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog li.meta-reply {
display: none;
}
5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.meta-categories-wrapp {
display: none;
}
6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog-design-masonry.has-post-thumbnail .post-date {
display: none;
}
7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.meta-post-categories {
display: none;
}
8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
li.meta-author {
display: none;
}
Regards.
Xtemos Studios