You can hide the image on the top of the single post page by using the below code. Enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.single-post .entry-header {
display: none;
}
Let me know if there is anything else I can help and have a good day!