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.
Hey voice903fm!
Add this to your custom CSS.
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1 !important; }
Best regards,
Elliott
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
Perfect!