Hi at Kriesi,
just a hint which perhaps helps somebody also:
In a masonry gallery I have an overlay for all images which disappear when hovering. But for one image I did not wanted that overlay. You can reach this with targeting the correct masonry element.
.without-overlay-img #av-masonry-2-item-505 figcaption{
background: transparent !important;
}
The “505” is the ID you can find with inspecting the element with Chrome/FF inspector.
Best Regards
Sigmund
Hey Sigmund,
Thanks for sharing a very helpful information. It’s much appreciated :)
Best regards,
Nikko
Thanks, you can close the topic.