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.

shadow box around images

Resolved 3 replies developerthemetheme-vantage
9 years ago · Last reply by Andrew Misplon 9 years ago

Hi guys I want to use a drop shadow around all my images
using {
box-shadow: 8px 8px 10px #aaa;
}
but i don’t want it around the logo image in the header how do i stop that from happening

www.hobartbuildinginspection.com.au

cheers Chris Westcott

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 9 years, 10 months ago

    Hey Chris

    Good to hear from you :)

    It looks like you’ve made progress. Another way might be something like this in Custom CSS:

    .entry-content img {
        box-shadow: 5px 5px 7px #ddd;
    }

    Let me know if you still need a hand.

  2. cwestcott 9 years, 10 months ago

    Thanks mate your a legend

  3. Andrew Misplon Staff 9 years, 10 months ago

    For sure :) If anything else comes up, please, let us know.

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