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].
Using Page Builder, I get a light grey border around all content generated. I would love to get rid of this “border”. I’ve tried looking in my theme for any options to disable shadows, but found nothing. Also tried a few custom CSS entries found in this support form w/o success.
Examples:
http://relaxationadvantage.com/ -at bottom of page
Hi Hung
The grey borders are
tags contained in your Text widget. If you remove them the lines should go away.
Hope that helps.
Figured it out. Yes – those are line in the text widget, but there are some borders being put in there too. Found custom CSS to fix it:
#pg-8-0,
#pg-8-1,
.panel-grid-cell .panel {
box-shadow: none;
}
Thanks!
Super, glad to hear you found that. Nicely done.