Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #332825

    Hi,

    I use the masonry element with portfolio items. In the normal state (not hovering) the images look bleached out and only become normal when hovering. I would like to have it the other way round. Is that possible with a quick fix?

    The masonry on the right side features several products from different categories. The first ones that show up are based on the categories I suppose. Is it possible to make them show up in a random manner or select the ones that should show up?

    Thank you!

    #333097

    Hi aph80!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    opacity: 0.7;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #333417

    Thank you! That works perfectly.

    Do you have a solution for my second question, as well? I have many items in this masonry but only want to show four of them in the beginning. How can i control which ones show up first? And is there a way to make it random? Might be useful for some occasions.

    #333568
    #334307

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry with portfolio items hover style’ is closed to new replies.