Hi,
I would need some help because on my website there is a section with my partners’ logos and some of them have a hover effect and some don’t. I checked and some images that don’t have the hover effect are larger than 100px. Is it on this page. Thank you for your help.
Kind regards,
Oasure
Hey Oasure,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia_transform a:hover .image-overlay {
display: block!important;
top: 0;
}
Best regards,
Yigit
Thank you for your help ! It works !