Removing Featured Image from Top of Each Page

Hello,

Thank you for your help. I really like the Activello theme.

On each of my Pages, the Featured Image is showing up before the title and first image on the Page. Is there a way I can stop this? I used the custom code that you provided in an earlier thread to stop the Featured Images from showing up on my Posts. Is there something similar I can use for Pages?

Thanks again!

Hi @gold2day,

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.page img.single-featured.wp-post-image {
    display: none;
}

Best Regards,
Movin

Movin,

That works perfectly. Thank you!

You are most welcome here :slight_smile: