Hi guys, is it possible to have a transparency effect on the fullwidth masonry images when you hover, and show the title and the excert in the center of the frame, like on this website? http://delsolphotography.com/
Thanks
Hey!
Try adding this code to the Quick CSS:
.av-masonry-entry:hover .av-inner-masonry-content{
opacity: 0.8 !important;
}
.av-masonry-entry .av-inner-masonry-content {
height: 101%;
text-align: center;
display: table;
opacity: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
transform: none !important;
}
.av-inner-masonry-content-pos {
vertical-align: middle;
display: table-cell;
}
Cheers!
Josue
Thanks Josue, works like a charm….
You are welcome, glad we could help :)
Regards,
Josue