Tagged: hover effect, mouse over effect
Hi guys,
I would like to eliminate the mouse over effect of the images that have a link. (example )
Best regards.-
Hey sir4you,
I’m not able to see the screenshot above. Please link us to the page with an example of what you mean.
Best regards,
Jordan Shannon
Hi Jordan,
If you right click and open in a new tab, you would be able to see the image.
I also post the link to my web, I don’t know what else do
Sorry for my english, I speak spanish
Best regards.-
I notice that this very page have the same hover animation too, at the Enfold banner in top of this page.
That animation I like to remove please.
Hi,
I see. Add this to quick css:
.image-overlay {
display: none !important;
opacity: 0 !important;
}
Best regards,
Jordan Shannon
Thanks Jordan. It works perfectly.