Remove Gray Borders from Widgets
Good night,
After tirelessly looking through the support forums for an answer, none could be found. This is because I’ve tried the various solutions offered and nothing has worked. I’m using the theme NuvioAxis Green in WordPress and your Pagebuilder, which due to the theme, causes gray borders to appear in each widget I add. It’s also affecting my ability to add images as you can see on the homepage “scroll below for sale image”. May someone please help me correct this? Thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Mtgprocarlton
Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.
https://siteorigin.com/about/forum-thread-prioritization/
Because it’s been a while since you posted this, would you mind letting us know if you still need help? If so, we’ll jump right in.
Yes, I would still like to know how to remove those borders.
Thanks for your help.
Sure. We need to roll back the theme widget styles when widgets are used in Page Builder. Add the following to a Custom CSS plugin or child theme style.css file:
/* Page Builder */ .panel-grid-cell .widget { background-color: transparent; font-size: 14px; margin: 0; padding: 0; }You can adjust that font size if required.
Hope that helps.
Apologies for the delay. Thank you, this has solved my problem.
Super :) Glad to hear that did the trick.
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.