Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1184625

    How do I make that default light white color go away when I hover over the images in my gallery?

    Advanced > Disable image overlay does not work. I have tried everything including putting this code, but it does not work: .avia-image-overlay-wrap a.avia_image .image-overlay {
    display: none !important;
    }

    Can someone please tell me how to disable that?

    #1184866

    Hey mountaintopengraving,

    Try this in quick css:

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

    Best regards,
    Jordan Shannon

    #1185473

    That did it. Thanks.
    Shanna
    P.S. Would be good if that was an option it’s strange to not have easy access to it. But I do appreciate the info.

    P.S.S.. the Reverse order in the Gallery options is brilliant, so you can easy reverse them, add new stuff, reverse it back and then your new stuff is first.

    #1185479

    Hi,

    I’m glad I was able to help. Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1185482

    Only one question about this, isn’t the Advanced Styling option to disable overlay on images supposed to do this or is that only for images not in galleries. I just want to understand if something wasn’t working or if this is separate.

    #1185484

    Hi,

    That is only an option for individual images.

    Best regards,
    Jordan Shannon

    #1185525

    Okay, thanks. You can close this. Appreciate your help!

    #1185682

    Hi mountaintopengraving,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘White overlay on gallery images’ is closed to new replies.