So, on the Herbert Hoover grid, the images have a grey color overlay over them when not being hovered over. How do I remove this?
Here is my site, so that you can see what I’m referencing.
https://fortworthfotofest.com/events/
Thanks!
So, on the Herbert Hoover grid, the images have a grey color overlay over them when not being hovered over. How do I remove this?
Here is my site, so that you can see what I’m referencing.
https://fortworthfotofest.com/events/
Thanks!
Hello Jerod,
Please add this code in X > Theme Options > CSS:

.eg-herbert-hoover-wrapper .esg-media-poster {
filter: unset !important;
-webkit-filter: unset !important;
}
Hope this helps.
Thank you, that did the trick!
Glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.