In my blog post I would like to disable the lightbox effect that happens when you roll over the feature image. At the moment, on roll-over, I get a double arrow which links to the actual image. I would like to disable this feature. How is this done
Hi eng257!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Regards,
Yigit
Hi Yigit,
I already have the following in my Quick CSS –
.image-overlay.overlay-type-extern .image-overlay-inside:before {
display: none;
}
I believe this was to stop the same issue within the main pages but it doesn’t seem to take effect on the blog posts. Will this extra piece of CSS be affected by what i currently have?