Hi i would like to disable featured image on top of portfolio page.
http://datastore.tipinoncomuni.it/servizi/nitrurazione/
I found and tried this: https://kriesi.at/support/topic/disable-featured-image-under-portfolio/
but it does not work for me.
Hi tipinoncomuni!
Please try the following in Quick CSS under Enfold–>General Styling:
.single-portfolio .page-thumb {
display: none !important;
}
Best regards,
Rikard
It works. Thanks a lot.