This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Removing border from widget

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi

I am using your plugin as a page builder for my content and round each widget is a thin faint border that I can remove, i have tried everything.
I deactivated all the plugins and the border only returned once I activated the site origin plugin. I tried to do it through the theme (inovado) and by using custom CSS but nothing, I can’t make it disappear.
The site is still in development but you can see it here http://elboroughstreetsurgery.co.uk/new/

If you can help that would be great.

Allan

URL: http://elboroughstreetsurgery.co.uk/new/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 25 days ago

    Hi Allan

    This is coming from the theme’s stylesheet. You can try inserting the following into a Custom CSS plugin or into the theme’s Custom CSS field if it has one:

    /* Page Builder */ 
    .panel-grid-cell .panel {
    background: none;
    border-width: 0;
    clear: both;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

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.

Have a different question or issue?

Start New Thread