I’ve had a look around and read a few similar questions, but can’t seem to wrap my head around this. It seems really simple but something’s not clicking!
Basically, I want to override the text inside an instance and have the overridden text appear on hover. But no matter what I do, it seems to revert to the original text within the main component.
In the file attached, there’s even an example where the text override appears to work when toggling between the two states.
Basically, I want the buttons default state to say something – eg. ‘Click here!’ – and when hovered, it should say something else (‘OK!’)
I’ve also done a quick example with an image – trying to change the caption/overlay colour when hovering over an instance.
Thanks!