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.

Image shadow on specific image

Resolved 3 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

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 ?

URL: http://wptest01.zkagen-marketing.dk/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff

    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

    Perfect!

    Thanks.

  3. Andrew Misplon Staff

    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