Remove image on Portfolio (project) Page

Love this theme. Pretty perfect for me but I have a question I can’t seem to figure out.

I am a film maker and so for the Portfolio/Projects section I create an image that I use and set as the featured image, which shows up in the Projects section on the homepage. Which is great. However when the image is clicked it goes to the individual project page. On the individual project page the featured image is at the top and prominent, under which I embed the Vimeo video sample.

What I am wondering is if I can make it so that the featured image doesn’t show up on the individual project page so that only the embedded video and any text I write does?

Alternately if there were a way to make it that when the featured image were clicked on the home page the video embed would just open up in a lightbox kind of way.

I can’t see if there is already a feature for this. Can you help?

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.single-jetpack-portfolio .post-content .entry-header img {
display: none;
}

Thanks!
Colorlib Support Team