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

    The images in the gallery appear to have an opacity to them before hover state. Could I have these images without any opacity? just normal image state.

    Thanks

    #269122

    Hey mixedmedia99!

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

    .avia_transform .avia-gallery-thumb img {
    opacity: 1;
    }

    Regards,
    Yigit

    #269958

    Thanks but doesn’t seem to work.
    I’m using Fullwidth Masonry Gallery (flexible masonry)

    Thanks

    #270000

    Hi!

    Please add following code to Quick CSS instead

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

    Regards,
    Yigit

    #270418

    Great thanks! works

    #270445

    Hey!

    You are welcome, glad we could help!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gallery images opacity’ is closed to new replies.