The images in the gallery appear to have an opacity to them before hover state. Could I have these images without any opacity? just normal image state.
Thanks
Hey mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Regards,
Yigit
Thanks but doesn’t seem to work.
I’m using Fullwidth Masonry Gallery (flexible masonry)
Thanks
Hi!
Please add following code to Quick CSS instead
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
Regards,
Yigit
Great thanks! works