Hi,
I have setup an essential grid to show an alt image on hover, however these are transparent png files and the featured image below still shows on hover. How do I hide that image below on hover?
Tried:
.esg-media-poster:hover {
display: none;
}
But that hides both.
Here is site:
https://kidzbop2020.wpengine.com/
towards bottom of page hover over the first kid.
Thanks