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.
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 }Worked like a charm!
Thank you!!!
Super, glad to hear that helped.