Hello,
I have a curiosity…
Image thumbnails when hovering the image is transparent.
And for all the other the pictures when hovering the image brightens up.
Where can I set that all the pictures were as thumbnails- when hovering were transparent.
Example page: http://bit.ly/1d02mqm
Hi osukaru!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fullsize .grid-col-4 .grid-image:hover { opacity: 0.5!important; }
.image-overlay { display: none!important; }
Regards,
Yigit
Great, you’re indispensable !