hi, is it possible to disable the white overlay at the grid preview images? and can i use a png as mouse over like this? http://www.clipartbest.com/cliparts/KTj/gk8/KTjgk8MEc.png
Hey alfaweb2!
Thank you for using Enfold.
You can add this to the Quick CSS field to change the initial opacity of the masonry items:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
Use this to add the hover effect:
.av-masonry-outerimage-container:hover .av-masonry-image-container:before {
content: '';
display: block;
background: url('http://www.clipartbest.com/cliparts/KTj/gk8/KTjgk8MEc.png') no-repeat center center fixed;
width: 100%;
height: 100%;
}
Decrease the size of the play icon image, 80x80px is good.
Cheers!
Ismael