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

    Hello,

    I have removed the animation on hover in the portfolio.

    However, when I hover over the overlay, the white bit, the animation returns. Can you help me in removing this animation also?

    Lots of thanks

    #694885

    Hey manuelap,

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Regards,
    Rikard

    #695051

    Thank you, Rikard!
    Unfortunately, that doesn’t do the trick.
    Do you have another suggestion?

    To clarify: the animation, or maybe i should say magnification happens when I hover over the white part with the titles. I want that magnification removed.

    #695214

    Hey!

    Please add following code to Quick CSS as well

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none;
        transform: none;
    }

    Cheers!
    Yigit

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