Hi there! I’m struggling with a project that I’m working on where I have two images on top of each other.
Essentially there is a cover image and when you hover on it, it disappears. What I want to do is be able to click on the image underneath it, but it doesn’t let me. I’m assuming because the system is still recognizing the image as being there, even though you can’t see it anymore.
The thing that doesn’t make sense to me is if I change the “hover” to “click” it works perfectly fine. Clicking top image, it disappears and I can properly click the underlying image.
If they are technically the same thing, why don’t they work the same way?
Any tips would be greatly appreciated!