Wondering if someone could help me with this. Not sure if it’s possible without coding.
I’m creating a sort of menu with project names that when you hover over the text, an image of the project appears. I also want the project name to be clickable and linked to the actual project page.
I used a transparent hotspot widget overlapped with a text widget but it seems like the two cannot work together. I can either make the text clickable or have the hotspot effect.
Thank you for your response!
Yes, that is what I’m aiming to do but I don’t think you can have an image appear with the hover animation on text, can you?
well not with build in RM features. With custom code you can also trigger RM animations on click on other elements. But this requires a bit of jquery/javascript stuff.