Tagged: masonry element
Hi,
I have added a Masonry Gallery here:
http://www.santamonicahotels.com/santa-monica-hotels
Date
I don´t want to see the date under the post -what shall I do?
Moving image
How can I adjust so the image don´t move when you hover over it?
Thanks
Charlotte
Hey charlotteraboff!
Your link is not working for me. There are no dates with the Masonry Gallery so I’ll assume your using the regular Masonry element. Add this to your custom CSS.
.av-inner-masonry, .av-inner-masonry * {
transform: none !important;
transition: none 0s ease 0s !important;
}
.av-masonry-date { display: none !important; }
Cheers!
Elliott
Yes, sorry I meant the Masonry element. I have added the code, thanks.
Another question.
Is it possible to change the behaviour of the Masonry images, so they don´t “fly into the page”
Like they act more like a steady image.
http://www.santamonicahotelbooking.com/santa-monica-hotels/
Cheers
Charlotte
Hi!
Please add following code to Quick CSS as well
.av-masonry-entry {
visibility: visible;
opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none!important;
-moz-animation: none!important;
animation: none!important;
}
Best regards,
Yigit
Great. Thanks :)