I have a hover effect from a plugin on our wordpress site. I just want it to simply change the image without any transform or transition effects. I have it to where I removed the effects now on Mouse In by changing this (it used to flip horizontally):
.ioi-container .ioi-style5 .he-box .he-content {
transform: none;
transition: none;
}
The problem that on Mouse Out I can't find the CSS that makes the animation happen. Can anyone point me in the right direction. The development site is here:http://bdi.inventivewebdesign.com/ and the images in question are at the bottom of the page right above the footer.