Hello,
I need your help please.
I would like to change image on mouse hover with target link.
My code is like this:
<a href=”http://www.ilcapitano.cz” target=”_blank”
onMouseOver=”this.src=’http://ilcapitanogroup.budvidetnawebu.cz/wp_icg/wp-content/uploads/2018/01/ilcapitanor_n_1.jpg’;”
onMouseOut=”this.src=’http://ilcapitanogroup.budvidetnawebu.cz/wp_icg/wp-content/uploads/2018/01/ilcapitanor_n_0.jpg’;”>
But Enfold make shade on the first image and shows circle with an arrow (see link)
I need to turn this ability off, how can I do that?
Thank you in advance
LH
Hey ladislavhrabal,
Please try:
.image-overlay .image-overlay-inside {
display: none !important;
}
.avia_transform a:hover .image-overlay {
display: none !important;
}
If this affects other elements, please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hey Mike,
effect is gone, excelent, thanks.
But at this moment is not showed the second image which has to be showen on mouse hover as you can see on the web on other images. (on the other images is not link to the pages yet)
Any ideas?
Thank you
LH
Hey Mike once again,
everything is fine at this moment, my code was wrong.
Thank you very much for help and have a good times.
Regards
LH