On the gallery pages we have to have a Featured Image because the featured image determines the thumbnail in the masonry widgets. BUT I don’t want the partial Featured Image to show on the individual gallery pages.
Can we hide the featured image on those individual gallery pages?
Hi SandraSquires,
I’m not sure if I understand exactly what it is you want to hide, could you try to explain a bit further and/or post a screenshot of it please?
Best regards,
Rikard
On the page that I sent you as an example it shows both the featured image and the Portfolio image so you basically see the same image twice. We need to have the Featured image checked on the page so that it can carry over to the masonry Widget thumbnails. Is there a way to have just the one photo show on the portfolio page?
Hi,
Please add this in the Quick CSS field:
.single-portfolio .page-thumb {
display: none;
}
Best regards,
Ismael
Thank you so much!!!