Getting rid of drop shadows from image widgets
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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.