I am having trouble finding a way to achieve this effect given that I have to group the image to the text to get it to be linked on the hover effect, which in turn makes the box boundaries for the hover effect too large as they include the borders of the image also. This means the image doesn't only appear when you hover over the text, but rather when your hover anywhere near the boundaries of the text AND the image. Is there any workaround?
Community X.
Connect with other creators, share ideas, give feedback and get the latest product updates.

I am not sure how to accomplish this strictly using only the Wix editor, however, this honestly shouldn't be too hard to accomplish via page code (JavaScript). You could easily use onMouseIn() even