Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #624633

    Hi guys,

    Is there any way to change overlay effect on the portfolio grid?
    I would like it to fade in on mouse hover and fade out when leaving the selected item, instead of “popping” up from bottom to top and back again.

    Regards,
    Rasmus

    #625446

    Hey Rasmus,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #625727

    Thanks Rikard, please see below…

    #626652

    Hi,

    Please try adding this code to the Quick CSS in Enfold > General Styling or to your child themes style.css file:

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content:hover {
        transform: none!important;
    }

    Best regards,
    Vinnie

    #626725

    Thanks Vinnie, the code didn’t work. Any other suggestions? :)

    #626764

    Hey!

    I have tested this code on my installation and it works correctly please replace the previous code with the one below

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
        transform: none!important;
    }

    If yous till have any issues please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Regards,
    Vinay

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