Hi,
Is there an easy way in Enfold theme to swap pictures (in same location) on hover? Trying to accomplish a similar effect as what you see on the iphone about 3 sections down on this page https://fixdapp.com/
Thanks,
Brent
Hey brentd99,
You can try this simple html solution:
<img onmouseover="this.src='path-to-mouse-over-image';" onmouseout="this.src='path-to-normal-image';" src="path-to-normal-image" alt="what-ever-you-like" />
Best regards,
Jordan Shannon
Thanks! Would this be placed as part of the text hyperlink?
Hi,
Apologies, I thought you were looking to hover the images only. For the text it is a little more involved than that. and would require a bit of custom code to pull off. As there is no built in solution for this with Enfold, perhaps a plugin could help you achieve this.
Best regards,
Jordan Shannon