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

    Hi on this page the masonry gallery has a white overlay and the mouse over effect removes it. How would I reverse it so that the image is clear, and the mouse over gives a white overlay?

    Many thanks

    Jenny

    #784985

    Hey JennyGr,

    I am seeing dark overlay (screen shot in private). Did you have it fixed or you need more help?

    Best regards,
    Victoria

    #785033

    Hi Victoria on the blog article page (see private content) the images show in a grid which has the white overlay on. I want the first user encounter with the blog article to show the image as normal, then the white overlay could come on the mouseover

    #785034

    For example on image on this page the images show clearly and only on mouse over does the white overlay apply

    #785670

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_desktop .av-hover-overlay-active:hover .av-masonry-image-container {
        opacity: 0.7;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    

    Best regards,
    Yigit

    #786045

    Yep that worked brilliantly Yigit, thank you. Could you close the post now please.

    Thanks again

    Jenny

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reverse white overlay on masonry gallery’ is closed to new replies.