Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1248717

    HI all,

    I have a question. When i create a masonry gallery and select the grey scale effect it displays the images in grey scale and when i hover on the image it displays the actual color. How can I reverse this functionality? I would like to display grey scale on hover image.

    Thank you

    • This topic was modified 4 years, 1 month ago by agougo.
    #1248840

    Hey agougo,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1248863

    Hello,

    Here is the link to an example. I have a masonry gallery and I have activated the grey scale effect. When i mouse over on an image it will revert to the original color. I would like to do the opposite. I would like to display the image with the original colors, and when I mouse over, to display in grey scale.

    Thank you

    #1249326

    Hi agougo,

    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-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
        -webkit-filter: none;
        filter: none;
    }
    #top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249493

    Yeap – that works :)
    Thank you for the assistance!

    #1249527

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry Gallery – Greyscale effect – Inverse effect’ is closed to new replies.