I defined a hover effect on images with jquery.
It works the first time I hover over the image but later it doesn’t work any more.
I removed the regular hover effects on images from the enfold theme with the following CSS but it doesn’t help:
.image-overlay {
background: none !important;}
.image-overlay .image-overlay-inside:before {
content: “” !important;}
Is there any way of canceling the hover javascript of the theme?
Hey!
Try adding this code to the Quick CSS:
.image-overlay {
display: none !important;
}
Can you post a link to your website?
Cheers!
Josue
Good morning, I am not able to get the effect of the image of my website, as I pass the mouse over effect appears and a circle with an arrow inside, I don’t want to appear, how do I remove.
Already changed within the image to appear the edges.
In the meantime it looks o.k., thanks!
You are welcome, always glad to help :)
Regards,
Josue