Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1058255

    Hey community,

    I was wondering if it’s possible to switch the overlay effect of an image.
    With the current setting images show the overlay on default and become more bright once I hoover over them.
    I would like to have it the other way round.
    Is that possible?

    Cheers
    Dennis

    #1058556

    Hi Dennis,

    Did you try the Linked Image Overlay option under Enfold->Advanced Styling?

    Best regards,
    Rikard

    #1061481
    This reply has been marked as private.
    #1062274

    Hi Dennis,

    https://cl.ly/64fd33d522c1 The caption is always displayed at the moment and the image is slightly highlighted on hover. Is this not the behavior that you want?

    Best regards,
    Victoria

    #1063391

    Hey Victoria,
    well the caption is correct – always displayed. However, the main concern is the overlay effect. On default the images are a bit darker then usual (which I set manually). Once the courser hovers over the image the overlay effect disappears and the image is shown in full brightness. I love the overlay effect, however i want it the other way round. Show image on full brightness on default and as soon as someone hovers the courser over the image the darkening effect starts.

    Does that make sense for you guys?

    Cheers

    #1064327

    Hi restube,

    Can you remove the effect that you added and we’ll try to offer a solution for you?

    Best regards,
    Victoria

    #1067409

    Sure,

    what would your solution look like?

    Cheers

    #1068748

    Hi,

    Thanks for the update.

    You can start with this css code:

    .av-overlay-hover-deactivate .av-caption-image-overlay-bg {
        opacity: 0 !important;
    }
    
    .av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg {
        opacity: 0.2 !important;
    }

    Best regards,
    Ismael

    #1069714

    Beautiful! That`s exactly what i was looking for! :)

    Thanks heaps for the support guys!

    Cheers
    Dennis

    #1069818

    Hi,

    Awesome. Glad we could help. We’ll close the thread now.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Switch Image overlay effect to no overlay -> overlay’ is closed to new replies.