Hi,
i added an image into a page.
I’m using lightbox to open the image.
There is an effect on mouseover (image turns to white transparency). Please see link.
I would like to reduce or remove this effect. Could not find an option in the settings.
How can i remove this effect?
Kind regards Jak
Hey Jak73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_transform a:hover .image-overlay {
opacity: 0.2 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
works very well, thank you very much!
How can i reduce the zooming of the image (with mouse over)?
The zoom-effect should be like in the mansonry gallery “details” below?
Kind regards
Jak
Hi,
Add this to quick css:
.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
transform: scale(1.05)!important;
}
Adjust to what you need.
Best regards,
Jordan Shannon