Hi
Is there way for my images to be black and white and then when rollover change to color with title on image in a masonry gallery? Or is there a work around?
Hey timchurchman,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-masonry-entry:hover .av-masonry-image-container {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
If you need further assistance please let us know.
Best regards,
Victoria