Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #773061

    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

    #775082

    Hey Sigmund,
    Try this code in the General Styling > Quick CSS field:

    .av-masonry-entry-title .entry-title {
    opacity: 1!important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.