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
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
Thanks Rikard, please see below…
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
Thanks Vinnie, the code didn’t work. Any other suggestions? :)
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:
Regards,
Vinay