Hello,
I would like to exclude the thumbnail from the portfolio single, as the thumbnail is a drawing for general portfolio page, but inside a single project, it’s only a photo slideshow. I found out this topic that seems related but it’s for another theme…
https://kriesi.at/support/topic/clicking-on-project-thumbnail-plays-video/
¿Any clue about how to do it?
Looking forward, thank you in advance.
Regards,
Anne-Sophie
Hi again,
I came up to
‘div.page-thumb {display: none;}’
so the thumbnail doesn’t show inside single portfolio but does on general portfolio page. However, if you had a php solution for that, I would be glad to hear about it.
Regards.
Hi!
If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:
.single-portfolio .page-thumb {
display: none;
}
Best regards,
Ismael
Thank you! :)