Is it possible hidden the portfolio featured image like in the posts?
Hey kebiro!
Yes, it is possible. Can you please post the link to your page where you would like to hide featured image?
Cheers!
Yigit
I used a css “display: none” but i want feel free to click on the checkbox to hide or show the featured image, is it possible?
Hi!
Currently it is not but please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Mine is the opposite not showing in the portfolio item, how can I show the featured image on top
Hi!
@noemialvz: Did you add a featured image? Please give us a link to the actual website.
Cheers!
Ismael
Hi!
If your wanting to hide it on the single portfolio post view then add a codeblock element to your post and add this inside.
<style type = "text/css">
.page-thumb { display: none !important; }
</style>
Best regards,
Elliott