You can hide the post featured image from the top of the post by adding this code snippet into the Theme Options > Layout > Advanced > Custom CSS:
.single-post .post-thumbnail {
display: none !important;
}You can hide the post featured image from the top of the post by adding this code snippet into the Theme Options > Layout > Advanced > Custom CSS:
.single-post .post-thumbnail {
display: none !important;
}