Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339246

    Hey there, is it possible to change the fade effect from zoom in to the items are black and white, on mouse over they get coloured? That would be great!

    #339668

    Hi kultblendecom!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop.avia_transform3d .av-masonry-image-container { 
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    }
    .avia_desktop.avia_transform3d .av-masonry-image-container:hover {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    }

    Cheers!
    Yigit

    #339699

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Items in Measonary fade from black and white to color’ is closed to new replies.