Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #894246

    Hello,

    I am setting up a blog page that uses the Masonry blog. By default all the images start off a little faded and then when one rolls over them with the mouse, they get a little brighter. But I think I just want them all bright to start. Or bright to start and then faded when you roll over.

    Can you tell me where the setting is that controls that?

    Here’s the example Masonry blog for a reference. https://kriesi.at/themes/enfold/blog/masonry-blog/

    #894265

    Hey Dandelion222,

    Try this code in the General Styling > Quick CSS field:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1!important; 
    }
    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none!important; 
        transform: none!important; 
    }

    Best regards,
    Mike

    #897177

    Actually it is a setting in the masonry grid settings area. But thank you!

    #897189

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can I turn off the rollover effect on my blog images?’ is closed to new replies.