Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #355133

    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

    #355136

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.