Hello,
I would like to know if it could be possible for each portfolio’s item to remove the featured image only in the portfolio’s page and not in the sorting page.

i’ve tried :
.has-post-thumbnail .entry-featured {
display: none;
}
or
.entry-thumb img {
display: none;
}
But it removes image on both pages.