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

    I was able to remove the Hover Overlay for images on the site using the custom css:
    .avia_transform a:hover .image-overlay {
    opacity: 0.0 !important;
    }

    Now I need to remove the same overlay when using a Gallery and I can’t seem to find the correct item to use.

    #1358706

    Hey Jody,

    Please try this in Quick CSS:

    #top .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }

    Best regards,
    Rikard

    #1358711

    Thank you Rikard. That helps.
    Not sure if my client wants the transition from one image to the next to have the white out effect. I am checking with them and let you know.

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