Featured Image

Is there a way to hide the featured image on a post, so it only shows on the thumbnail?

Thanks very much Movin!

Hi @tian,

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 -> Activello Options -> Other -> Custom CSS

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

Best Regards,
Movin