Hi Bea,
Thank you for reaching out to us. To remove the lines around the sidebar titles and add a border separator, try adding the following code in the Theme Options > CSS:
.x-main .h-widget, .x-sidebar .h-widget {
border: none;
}
.x-sidebar.right {
border-left: 1px solid #e9e9e9;
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope.
Don’t forget to clear all caches including your browser’s cache after adding the code. Hope this helps!