Hi,
Is there a way to add a drop shadow to the easy slider and the image media elements, besides adding them to the images prior to loading into the media library?
Thanks!
Hey!
Try adding this code to the Quick CSS:
img.avia_image, .avia-slideshow {
box-shadow: 2px 2px 20px black;
}
Cheers!
Josue
Thank you Josue, works great.