Hi i would like to disable features image in portfolio, i have done the same with my download page. The solution i got at the time was this, and it works fine:
.single .big-preview.single-big {
display: none;
}
I would like to do the same under portfolio
Thanks
Hi Simon!
Thank you for using Enfold.
You can use this:
.single-portfolio .big-preview.single-big {
display: none;
}
Best regards,
Ismael
thanks works fine topic resolved.