Getting rid of light grey borders in Unite Theme running Page Builder
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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.