Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.widget-area--skin-background-fill .widget ul li, .widget-area--skin-bordered .widget ul li { border: none; }Best regards,
Laborator Team