Hi,
I don´t want the expand option over an image.
How can I remove that?
Thanks.
Charlotte
Hi charlotteraboff!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay {
display: none!important;
}
Best regards,
Yigit
Thanks :)