Image shadow on specific image
Hi,
I have been trying to make an image shadow on a specific image, but can’t seem to get it to work.
Can you please help?
See URL, is it possible to make a shadow on only one of the images ?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Hans
Using the Attributes tab, apply a style class to the widget or row:
And then target images in that class under Appearance > Custom CSS:
.widget-img-shadow img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.175); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.175); box-shadow: 0 1px 2px rgba(0,0,0,0.175); }Perfect!
Thanks.
For sure!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.