Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #692369

    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.

    #693209

    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

    #693248

    Thank you.

    #693259

    Hi,

    Glad we could be of assistance! Feel free to reach out to us again if you need anything else :)

    Best regards,
    Jordan

    #699278

    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

    #699303

    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

    #699419

    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

    #700427

    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

    #701564

    Thank you!!!! It worked :)
    Emma

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Effect hover on Masonry Gallery and Masonry Portfolio’ is closed to new replies.