Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812014

    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.

    #812158

    Hi Vinay,

    Please create a testing page with image elements with captions and post temporary admin logins here privately :)

    Cheers!
    Yigit

    #812226

    Hi Yigit. thanks for replying. here is the page http://weaverdental.wpengine.com/test-page/ (hosted on WPengine) that i created.

    #812246

    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

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