Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #928073

    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

    #928100

    Hey Sigmund,

    Thanks for sharing a very helpful information. It’s much appreciated :)

    Best regards,
    Nikko

    #1005962

    Thanks, you can close the topic.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.