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

    Hi,

    Is it possible to disable the filter that create a focus on images in a masonry gallery? I could do this using the show posts, but on another part of the site I’m using masonry and I would like it to see still and bright images.

    Regards Erwin

    #1495871

    Hey Erwin,

    Thank you for the inquiry.

    You can disable the hover/focus effect on the masonry gallery images by adding the following css to Enfold > General Styling > Quick CSS:

    
    #top .av-masonry-item .av-masonry-image-container:before,
    #top .av-masonry-item .av-masonry-image-container:after {
        display: none !important;
    }
    
    #top .av-masonry-item:hover .av-masonry-image-container img {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }
    

    If you only want to target a specific masonry gallery on the page and leave the others unaffected, you can wrap it in a section or cell with a Custom CSS Class and then use that class as the parent selector in the code above.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Let us know if the issue persists.

    Best regards,
    Ismael

    #1495882

    Thank you. This works for me!

    Regards,

    Erwin

    #1495895

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable focussing masonry gallery’ is closed to new replies.