Tagged: mouseover
Hello !
I would like to know how I can delete the transparent pellicule in front of a picture which appears to mouseover, for a picture posted in an article ? Consider that I would like to keep lightbox effect but not having this pellicule with the green button in the middle…
Also I think that there is a problem with the admin of the picture in this case, because in the admin panel when I try to link the picture to “nothing”, it is not taken into account.
Thank you in advance !
Johann
Hi johann_doe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Regards,
Yigit
Thank you !
That’s exactly what I wanted ;)