I would have asked the same question. You can put this css code into wp-admin/appearance/customize and then in additional css:
.wpcp-carousel-wrapper .wpcp-single-item{
background: none !important;
border: none !important;
}
That will be remove default carousel background color and border. I don’t know why they have decided use them.