Hide Featured Photo within a Page

I’m using the Renew stack. How can I hide a page’s featured photo within the page, so it doesn’t appear right after the title? For SEO I really want the intro copy to appear right after the title…

Hi There,

Please follow these steps:

  1. Add the hide-featured-image to your pages which you want to hide the featured image:
  2. After that add this custom CSS under Theme Options > CSS:
.hide-featured-image .entry-featured {display: none;}

Hope it helps :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.