Getting rid of row border
When using PageBuilder and the Black Studio TinyMCE Widget, I noticed there was a slight grey border surrounding content and pictures. Is there any way to get rid of this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4I should add that it also happens with the Simple Text widget, too.
Hi
You can de-activate this feature under Appearance > Customize > Page: Image Shadow and Rounding.
Alternatively, for Vantage Free, use the following in your Custom CSS module / plugin of choice:
/* Images */ .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 }Thanks so much! I appreciate your help!
Not a problem, glad we could resolve that.
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.