Hi,
I can’t seem to get rid of the fading mouseover effect on the masonry blog page. I inserted this code in the quick css:
.av-masonry-image-container img {
opacity: 1;
}
but that has no effect.
Any suggestions?
Thanks.
see our page here: http://meesvisser.com/blog/
Hey marijnmees!
Add this to your custom CSS.
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1 !important; }
Best regards,
Elliott