Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #984963

    Hi guys, i’ve bugged you with something simliar before – I’m sorry

    on my masonry portfolio i’d like to add a filter effect on hover (filter: blur(5px)). So i can read the text that appears on hover.
    Back then you gave me the following code:
    #top .grid-entry .image-overlay {
    background: rgba(10, 10, 180, .96)!important;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    }

    which worked perfectly. But i’ve been editing the portfolio element quite a bit and can’t seem to target the picture anymore to apply that filter.

    #984988

    Hey Ushbot,

    The text seems to be “out of frame” when you hover if you understand. Does that need to be fixed or is that by design?

    Best regards,
    Jordan Shannon

    #985379

    Hey Jordan, that is by design – but i’d like the pic beneath it to blur on hover so the font is better readable. Any ideas how to target that? thanks

    #985777

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #top a.av-masonry-entry:hover > .av-inner-masonry img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    }

    Best regards,
    Mike

    #985818

    Hi!

    Thanks for the help – it worked – except I decided to work with a masonry with different settings that it won’t work on those for some reason. Sorry to be a mind-changing pain in the ass about this. But when I work with masonry in “perfect manual setting” (see link in private content) the blur stops working.

    #985982

    Hi,

    We need to be able to access the browser inspector, which seems to be disabled in your content.

    Best regards,
    Jordan Shannon

    #985996

    Interesting – because i just inspected it in chrome and had no issue and there weren’t any issues before. Maybe try another browser?

    #986014

    Hi,

    I’m receiving a “content is protected” pop up.

    Best regards,
    Jordan Shannon

    #986377

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #top a.av-masonry-entry:hover > .av-inner-masonry .av-masonry-outerimage-container {
      -webkit-filter: blur(5px);
      filter: blur(5px);
      }

    Best regards,
    Mike

    #986524

    Thanks mike!
    worked perfectly as always

    #986547

    Hi,

    I’m glad Mike was able to to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘hover on portfolio filter’ is closed to new replies.