Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #777392

    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

    #777414

    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

    #777426

    Thanks! Would this be placed as part of the text hyperlink?

    #777445

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.