Okay
  Public Ticket #3235189
grey lines in sidebar items
Closed

Comments

  •  1
    leonievanderlaan started the conversation

    I would like to remove the grey lines in the 'categories' and 'archive' section in the sidebar. Can't find where to do that.

    {"wp":{"use":false,"adminUrl":"leonievanderlaan.nl/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    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


      Documentation         Join Kalium Users Group