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

    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?

    see http://huntpr.co.za/#work

    #1019168

    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

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