Tagged: image overlay, Masonry Gallery
Hi,
on this page: http://www.pieramartellozzo.it/
there is a beautiful effect on the images.
How can I add the effect on Masonry Portfolio and Masonry Gallery?
The page loading is very nice.
Thank you.
Hey fulvio,
Please edit your element and choose to display captions as overlay on your images. Similar effect can be seen here – http://kriesi.at/themes/enfold-shop/
Best regards,
Yigit
Thank you.
Hi,
Glad we could be of assistance! Feel free to reach out to us again if you need anything else :)
Best regards,
Jordan
Hi,
I’m trying to create the same effect (colored overlay on masonry gallery) on this page http://919fixmyac.com/homepage-1/, but I can’t seem to make the overlay this color: #142e7b even by changing the setting in the Linked Image Overlay Setting. Did I miss a step?
Thank you!
Emma
Hi Emma!
It seems like you figured it out already by using following code
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(20, 56, 123, 0.7);
}
Best regards,
Yigit
I did, but it doesn’t work the same way as the enfold shop demo. In that demo when you hover over one of the images, the overlay disappears. The way I did it, nothing happens when I hover over one of the images.
Is there a setting I need to change maybe to get that result?
Thank you.
Emma
Hi Emma,
Kindly add this css code:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content:hover {
background: transparent;
}
if it doesn’t work try this one instead:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content:hover {
background: transparent !important;
}
Hope this helps :)
Best regards,
Nikko Ayag
Thank you!!!! It worked :)
Emma