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.

Getting rid of drop shadows from image widgets

Resolved 3 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello! Building my first website. Using vantage theme and page builder. Been playing trial and error with the CSS as well as all the settings I can get my hands on for quite some time now and I can’t figure out how to get rid of the drop shadows from my image widgets. Problem is on my homepage: franklinPNG.com and franklinPNG.com/services.

URL: http://www.franklinpng.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Kiristen

    Thanks for reaching out.

    In Vantage Premium you can head to Appearance > Customize > Page and un-check Image Shadow and Rounding.
    In Vantage Free you can insert the following into a Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS:

    /* Vantage Remove Image Shadow and Rounding */
    .entry-content img { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important }
  2. Kristen Cooper Franklin 11 years, 2 months ago

    Worked like a charm!

    Thank you!!!

  3. Andrew Misplon Staff 11 years, 2 months ago

    Super, glad to hear that helped.

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