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!
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
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.
Hi!
Cheers!
Yigit
Thank you!