Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Shadow on image…’ is closed to new replies.
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