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
Hi Dennis,
Did you try the Linked Image Overlay option under Enfold->Advanced Styling?
Best regards,
Rikard
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
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
Hi restube,
Can you remove the effect that you added and we’ll try to offer a solution for you?
Best regards,
Victoria
Sure,
what would your solution look like?
Cheers
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
Beautiful! That`s exactly what i was looking for! :)
Thanks heaps for the support guys!
Cheers
Dennis