Okay, based on Masonry Gallery – Color Captions Revisited ( #406259), you indeed did “color” the ENTIRE background of the masonry-gallery block when you hover over the block itself. That worked perfectly.
But…I apparently went astray in my question. Is there a way to color that entire block when you hover over the picture itself?
Have a feeling hovering over the picture is far more likely than hovering over the caption and title.
Pretty please?
It’s very close!
Really, I realize the hover effect would be when hover on the masonry-gallery square itself, consisting of picture and block below holding the title and the content.
Using FireBug, the item I tried to hover over was:
av-inner-masonry-sizer{background:red!important;}
BUT…that didn’t do what I hoped. Instead it made the image all red.
Faint…but pursuing…
Hi!
Thank you for using Enfold.
You can adjust the background color of the content block on hover with this :
.av-masonry-entry:hover figcaption.av-inner-masonry-content.site-background {
background: red;
}
Regards,
Ismael
That’s precisely it!
Thank you for hanging in there on this. It looks perfect now.