Hi,
is it possible to use the same hover effect for the masonry gallery like for images. I want to show the caption in the middle of the image with a overlay-background.
any ideas?
Hey!
Please edit your Masonry Gallery element and choose to display caption as “centered overlay” – http://i.imgur.com/DzHf74Gr.png
Cheers!
Yigit
Hi Yigit,
i did this… but nothing changed also when i cleared the cash…
Hi!
Can you please update Enfold to the latest version 3.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/?
Regards,
Yigit
i updated… but the problem is still available
Hi,
Do you mind if we switch to parent theme for testing purposes?
Best regards,
Yigit
no you can
Hi,
As i understand you like the site to look like the below screenshot correct?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-overlay .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content
{
top:0!important;
opacity: .85!important;
}
.custom-overlay .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content
{
top:0!important;
opacity: .0!important;
}
.custom-overlay .av-masonry-entry-content.entry-content {
top: 50%!important;
left: 50%!important;
transform: translate(-50%)!important;
position: absolute!important;
}
Best regards,
Vinay
thanks! works good