How to get rid of featured image at top

Hi

Please can someone advise how to get rid of the featured image at the top of my posts?

I want them to appear in the overview page on my homepage, but not on the top of the post when someone clicks through.

Thanks

Hi @slimandgym,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

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

Best Regards,
Movin

Perfect! You’ve just saved me after lots of frustration trying different code! Thank you! :slight_smile:

You are most welcome here :slight_smile: