I’m interested in adding a shadow effect similar to this: https://gyazo.com/7f8954f468aadd32723bfd07b5742c39, to the topmost image (which is an Easy Slider inside of a Color Section) on these pages: http://lopezmacari.com/, http://lopezmacari.com/biografia/, and http://lopezmacari.com/contact/.
Is this possible if so, how?
Thanks!
Hey LFE,
Try adding the following to quick css:
main.template-page.content.av-content-small.alpha.units{
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
Best regards,
Jordan Shannon
Thanks, worked great. One thing: I added a vertical shadow as well, but it’s not only on the image, it’s on the whole container. Take a look: http://lopezmacari.com/. Is there anyway for the shadow to only show on the image?
Hi,
I’m not seeing the effect you mean. Can you please attach a screenshot of the issue?
Best regards,
Jordan Shannon