How do I create a drop shadow box effect on an image within a color section.
Here’s my best guess…
#my-color-section-id .avia-image-container img {
box-shadow: 0px 0px 5px black;
}
Thanks for any help.
Hey Ken,
It looks like that would apply to an image inside a Color Section element yes, did it not work? If not then please post a link to the page you want to apply this on and try to explain a bit further what you are looking to achieve.
Best regards,
Rikard
I turned off Image Styling for the image and the drop shadow now works.
Thanks