Essential Grid hide media poster

Hi,

I am trying to hide a background image on hover and previously worked on another grid but as soon as I add a title to the grid it stops working. This is the code I am using:

.esg-media-poster:hover {
background-image: none!important;
}

Here is the page:
https://kidzbop2020.wpengine.com/kidzbopkids/

Thanks

Hi @wowflak,

Thank you for writing in, please try this instead.

.esg-media-cover-wrapper:hover .esg-media-poster {
	background-image: none !important;
}

If that did not work, please check all your custom CSS here, and resolve if there is an error.

Cheers!

That worked, thanks!

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.