Tagged: Masonry hover
Hello at Kriesi,
I am trying to modify the hover effect of the masonry boxes. I have used following code, which makes a nice transparent overlay. But the font is getting this transparency to, which I dont want.
.av-fixed-size .av-masonry-entry .av-inner-masonry-content{
opacity: 0!important;
}
.av-fixed-size .av-masonry-entry:hover .av-inner-masonry-content {
opacity: 0.5!important;
}
Can you take a look?
Best Regards