Hi There,
Can we achieve this layout by GRID section and having image element? The challenge is to have that title at the bottom of each image? any suggestions? here is the screenshot https://www.screencast.com/t/HM4WmWLzcXfT
We then want to have a caption appear on hover. your answer would be much appreciated.
Hi Vinay,
Please create a testing page with image elements with captions and post temporary admin logins here privately :)
Cheers!
Yigit
Hi Yigit. thanks for replying. here is the page http://weaverdental.wpengine.com/test-page/ (hosted on WPengine) that i created.
Hi,
I added following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-caption-overlay {
height: 35%;
bottom: 0;
}
.avia-image-container.avia-align-center .avia-image-container-inner:hover .av-image-caption-overlay {
height: 100%;
bottom: auto;
}
.av-overlay-on-hover .av-image-caption-overlay {
opacity: 1;
filter: alpha(opacity=00);
}
Please review your website
Best regards,
Yigit