• Resolved Art Hart

    (@art-hart)


    Hovering over any of these images causes a light grey overlay that makes the picture look blurry. How can I prevent this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @art-hart,

    You can remove the hover overlay by adding the CSS rule from below to “Appearance -> Customize -> Additional CSS

    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
        opacity: 1 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Overlays on hover’ is closed to new replies.