How to remove featured image from post?

Hello,

Great theme! I’ve been trying to remove the featured image from appearing in the post. I’ve tried all of the CSS fixes posted in the forums. Here’s an example post; Shot Click is Launched! | Shot Click

Any suggestions?

Thanks very much,

Ben

Hi Ben,

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

You can try removing it 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

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

Best Regards,
Movin

Hi Movin,

This worked perfectly; thank you so much you marvellous person :slight_smile:

Best wishes,

Ben

You are most welcome here :slight_smile: