This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    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. zkagen 11 years, 1 month ago

    Perfect!

    Thanks.

  3. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread