Show elements based on cursor position

Hello,
I’m wondering whether there is a way to show a set of elements based on the colour that the cursor is currently over?
this is for a map where hovering over areas shows the different text, where I currently use transparent boxes and the mouseIn/mouseOut function, however, they are, well, box-shaped and overlap at the borders what (even after careful placement and arrangement).

this feture at all possoible?

Thanks in advance,
Jordan.

Corvid does not support accessing the page’s DOM, so what you are trying to do is not currently supported.

Okay, Thank You :slight_smile: