Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #374370

    I’m using the Masonry element to display of blogs. How do I turn off the transparency effect. I want the photo in full color alway for the blogs feature image.

    #374510

    Hey voice903fm!

    Add this to your custom CSS.

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1 !important; }
    

    Best regards,
    Elliott

    #374514

    Hi voice903fm!

    use this code in Quick CSS field:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }
    

    Let us know if you need any more help.

    Best regards,
    Andy

    #374521

    Perfect!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to turn off Masonry transparency effect on Blog page?’ is closed to new replies.