Would it be possible to tell me the css to reverse the hover effect in the masonry blog. Basically at the moment the images are slightly faded until you hover over them and then they go to full brightness. It looks a little washed out this way round with my colour scheme so I would like the images to be at full brightness and then fade on hover – thanks
Hey renee01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container:hover {
opacity: 0.7;
}
Regards,
Yigit