Home>Support>Getting rid of drop shadows from image widgets

Getting rid of drop shadows from image widgets

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 6 months ago Kristen Cooper Franklin

    Worked like a charm!

    Thank you!!!

  3. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More