Remove List section arrows background

To remove list section arrows background, you can use this code to Custom CSS box

button.user-items-list-carousel__arrow-button>div {
    background-color: transparent !important;
}
button.user-items-list-banner-slideshow__arrow-button>div {
    background-color: transparent !important;
}

image