Hi I have a drop shadow on images on a site using:
/* drop box shadow */
.av-custom-image-shadow .avia_image {
box-shadow: 2px 2px 0 0;
color: #666666;
}
How do I get the same effect on masonry gallery images?
Many thanks
Hey fanlokbun,
Thank you for the inquiry.
To apply the same shadow to the masonry items, please add this css code:
.av-masonry-entry .av-inner-masonry {
box-shadow: 2px 2px 0 0;
}
Best regards,
Ismael
Thanks Ismael your a diamond as always!
You can close this ticket.
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard