Tooltip for hovered collection item, not all for all items

Hi there,

I want to include a tooltip for an collection item.
The problem is, that the tooltip should show different texts for the different items.

I used the “on mouse enter” trigger to set a variable true to show the tooltip, but when doing this every tooltip of every collection item is shown.

Is there a way to only show the tooltip for the collection item, where the mouse is currently?

Thank you!!

A screenshot for some clarification…

Friend, have you already solved it? I’m also interested in an answer. I’m going through the same problem

Yes, I have a solution.

  • On hover add the item index to an array variable.
  • On the Tooltip have a condition: If item index is in array = show tooltip.

Good Luck!

I didnt even know there was a tool tip element.
Did you make your own or is this somewhere in weweb? If so could you tell me where to find it?

I haven’t seen a tool tip element I’d guess it’s his own design by having a div/container element that has an absolute position and z index set