Hello,
I am asking you for help in masonry gallery
i need:
red – moving the description over the title ——–> only in the last gallery tile
green – not hiding the title and description when hovering this gallery tile
Hey osukaru,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-masonry-1-item-1327:hover .av-inner-masonry-content {
opacity: 1;
filter: alpha(opacity=1);
}
#av-masonry-1-item-1327 .av-inner-masonry-content-pos-content {
display: flex;
flex-direction: column-reverse;
}
If you need further assistance please let us know.
Best regards,
Victoria