Remove Featured Image from Top of Blog Post?

Hello, I’m wondering if there is a way to remove the featured image from the top of the blog post, it is not visually pleasing at all!
My blog is here: X

I was also wondering the optimal size for featured images with this theme to keep everything uniform when someone is viewing my home page.

Thank you!
I have attached a screenshot as well, where you can see the featured image (scripture verse over ocean background) is displayed before the actual blog post.

Hi @stephaniebr,

I hope you are well today and thank you for your question.

You can try removing the featured image from single post by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.single-post img.single-featured.wp-post-image {
    display: none;
}

The optimal size for featured images is 1170ps X 550px

Best Regards,
Movin

i used this css code and now my woocommerce image is gone! How can I revert back?

To revert back just remove the CSS code from your site that is causing the issue.