Home>Support>Image shadow on specific image
  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi Hans

    Using the Attributes tab, apply a style class to the widget or row:

    widget-img-shadow
    

    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);
    }
    
  2. 9 years, 7 months ago zkagen

    Perfect!

    Thanks.

  3. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More