Hello
I thought I’d managed to overcome this, but it seems not.
On the homepage of the site, under the ‘our work’ section, when you hover the images they circle still comes up. Yet further up the page, on the ‘what we do section’, there’s nothing.
Can you let me know what I have missed please?
Thanks
Hi 110percent!
You have following code in your custom CSS
.avia_transform a .image-overlay {
transition: none !important;
}
Please remove it
Regards,
Yigit
Thanks, but that’s not seemed to have worked. The ‘what we do’ section now has an effect when you move away from hovering those images?!
Hey!
Please use this to remove the image overlay:
span.image-overlay {
display: none !important;
}
Regards,
Ismael
Great, thanks.