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

    Hi!

    Can you please give me direction how to only disable the masonry gallery blur on hover effect on mobile devices?

    Thanks

    #1095655

    Hey jlalbert2,

    Please try the following css:

    
    @media only screen and (max-width:767px){
        #top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container {
            -webkit-filter: blur(0px);
            filter: blur(0px);
        }
    }
    

    Best regards,
    Victoria

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