I have a problem with an interaction to do with a simple overlay and an appearing paragraph. I would like it so when you hover over the image, the overlay disappears and the paragraph appears at the bottom. It works when I don’t tick ‘Limit to Nested Elements’ but I have 4 of the same thing on the page and I don’t want the interaction to affect all of them at the same time. It is hard to explain on here so it maybe useful to look at the link below:
You changed structure of your overlays and there is the reason why your interaction doesn’t work anymore
Interaction applied to “Special Overlay”. But “Special Heading” and “Special Circle Paragraph” are not its nested elements, they are nested inside other div - “Special Para Div”.
You could get rid of Special Para Div and nest img and texts in special heading.
The only reason why the interactions were working however is because each element has its own separate class and separate interaction. A very long winded story
Anyway, I have deleted Special Para Div, how can I nest the img and text in Special Heading @sabanna?
Thanks