Hide featured image on portfolio page

Is it possible to hide the featured image on the portfolio pages?

(I tried multiple custom CSS codes found on other themes, but they does not seem to work).

Thanks in advance!

Hi @knifto,

Could you send me please your livewebsite so I could check?

Thanks,

Cristian

https://schoonheidssalonshanti.nl

regarding pages;
https://schoonheidssalonshanti.nl/portfolio/huidtypes/
and
https://schoonheidssalonshanti.nl/portfolio/schoonheidssalon/

Hi @knifto,

Use this css code:

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

Thanks,

Cristian