Hi,
i’m trying to reduce the opacity of the white solid when you hover over an image, I’ve tried to put:
.image-overlay { opacity: 0.1 !important; }
.image-overlay-inside { opacity: 0.1 !important; }
in the Quick CSS section of Enfold but nothing changes. Can i use some help?
Thanks!
Hey Keyframed!
Try with this code:
.image-overlay:hover {
opacity: 0.1 !important;
}
Regards,
Josue
Hi Josue,
the code works, but now the image stays in “hover state” even when I move the mouse off of it! any idea?
Thanks
Hi,
Can you post a link to your website please?
Regards,
Josue
Hey!
Please use Josue’s code:
.image-overlay:hover {
opacity: 0.1 !important;
}
I tested this on my end and it works fine. Maybe you set the element to :hover when your inspecting it.
Cheers!
Ismael
I works like a charm!
Thans a lot
Federico