Home>Support>Removing border around widget when using NewsFrame

Removing border around widget when using NewsFrame

I have the common issue of the gray border around the widgets when using Page Builder. I am using the free NewsFrame theme. I have tried looking through the style sheet for similar keywords used in a custom CSS plugin to remove the borders in other themes, but cannot find one that works.

Do you recognize the offending css in this theme so that I can remove or hide that border around the widget?

Thanks.

URL: http://latchontothis.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    Hi Josh,

    This issue does come up from time to time. Mostly, it’s because themes only really expect widgets to appear in the sidebar or they are using a style that Page Builder uses. I just checked, and for your theme it looks like it’s styling the .panel class, which is something Page Builder uses. This is the CSS from your theme. You could try adding some of your own CSS to override this, targetting the .entry-content-page .panel selector.

    .panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: none;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
    }
    

    Another option would be to contact your theme developer and ask them to update to support Page Builder. This would prevent other users from having to do the same in the future. All they’d need to do is add some overriding CSS that’s targetted to Page Builder.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More