1px shadown on picture
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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.