Hi, as a beginner, I managed to change background colour of a button on hover or comparable simple tasks.
What I want to achieve now is more complicated. Let’s say, I have an image and I want to make another element appear right above this image on hover with a clickable text message.
I tried around but cannot figure out how to do this. If I can get some advice as a starting point this would certainly be helpful.
Hi,
because you need to show different element that the one you are hovering, you will have to use interactions (or custom JS).
You can add “Mouse enter” and “Mouse leave” interactions to the element that you will hover over, then as a target, you add a selector of the element that you want to show/hide.
That should work
M
Thanks so much. This will definitely help me get along
1 Like