Is there anyway to put a shadow on an image that is not the image media type but rather an inline image loaded into a Text Content Element?
Hi mocablue!
You could try the following CSS on the image:
box-shadow: 2px 2px 2px #ddd;
If you should still have problems working it out, could you provide us with a link to the site in question or an example page so that we can take a closer look please?
Best regards,
Rikard
thanks – perfect – did not think about trying that