Remove Featured Image from Project Type page

I’m probably not the first to ask this, but I can’t seem to find any other posts, so here goes. I’m currently working on jeroen-hermkens.nl, and I’m loving the portfolio option. However, when I go to the separate project type pages (example), the artwork is displayed twice; once as the featured image (which I need to make the portfolio section on the homepage work) and once because I put them in the individual project pages too.

Question: is there any way to remove the featured images from this page, leaving only the images within each project?

Cheers,
Victor

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.tax-jetpack-portfolio-type .entry-header img { display: none; }

Let us know,

Thanks,
laranz.

Works like a charm! Thanks!

Hi,

Glad it works :slight_smile:

Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Shapely] Reviews | WordPress.org. :wink:

Thanks,
laranz.