Hi
I would like to use my own images and short javascript image swap to animate them on mouseover, in the sidebar, with a link to a page on the site.
With the code in a text box, the mouseover effect runs once and then the ‘default’ Enfold mouseover applies with opacity layer and the animated circular icon with an arrow in the center.
Is there a way of stopping it from doing that and only using my javascript image swap?
Thanks for your help
Chris
Hey cbentley65!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
and please try using Code block element instead of Text block
Cheers!
Yigit
Many thanks Yigit – works perfectly!
Chris