I can see you are using the bordered version of sidebar, so the easiest way to remove the border is to use another type of the sidebar layout but if you wish to keep the current one then add this CSS to Custom CSS:
.widget-area--skin-background-fill .widget ul li, .widget-area--skin-bordered .widget ul li {
border: none;
}
I would like to remove the grey lines in the 'categories' and 'archive' section in the sidebar. Can't find where to do that.
Hi there,
I can see you are using the bordered version of sidebar, so the easiest way to remove the border is to use another type of the sidebar layout but if you wish to keep the current one then add this CSS to Custom CSS:
Best regards,
Laborator Team