i currently have some code that generates a random colour (out of three specified colours) when you hover over a link - can i generate something similar on corvid, does anyone know?
I think you already asked this question. If the link doesn’t stand alone but appears inside a string, you can’t do it on Corvid, because you you can only set an event listener for a Wix element (in this case a text element) and not for an internal part of an element (the link).
But you can do it in an iframe or a custom element.