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].
I am using the page builder on a theme and there is a 1px shadow below a picture i cant get removed. I would like to not have this on any images in the image widget. I tired to remove it from the panel css and some others but nothing works. Any ideas.
site page.: http://3dfitstudio.com/mainwp/success-stories/
under the leah picture

Hi Kenneth. That’s your theme’s CSS file doing that. If you place the following in a Custom CSS module it will remove it:
/* Images */ .featured_text_full img, .featured_text_full iframe, .featured_text_fullpost img, .featured_text_fullpost iframe { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }worked great thanks as always
Super, glad we could help.