Hi there
Have read a lot of tips how to change the border color of the gallery slideshow but nothing works :-(.
.slideshow-slide, .banner {
background-color: #000000;
background-position: center center;
background-size: cover;
height: 100%;
width: 100%;
position: relative;
}
.slideshow-window {
background-color: inherit; // have tried to set the color to f.e #ffffff
border: inherit;
}
Can only access the css via the customizer of wordpress.