Hi,
Excellent theme, thank you! I’m having one problem I hope you can help with.
I’m using latest version Enfold and WPML, and can’t figure out how to hide the featured image from my portfolio items – see:
http://dev.airbench.com/nl/products/airbench-ex/
Annoyingly, I have managed to hide the additional featured image in Spanish, but not in Dutch – but have no idea how I solved the issue. Can you help?
Thanks in advance
Simon
Hi wivsi!
If you use the advanced layout editor with the portfolio items then the featured image will not display in the single portfolio view. If your using the default editor and still want to hide them then try this CSS.
.single-portfolio .page-thumb {
display: none;
}
Best regards,
Elliott
Evening Elliott,
Sometimes I amaze myself with my ability to miss really obvious solutions.
Appreciate the help, thanks.
Simon