Note for future ref. Remove black border round slideshows with this CSS:
.slideshow-window {.slideshow-window { background-color: #FFF !important; border-color: #FFF !important;}
Previous attempts not including !important; did not work; neither did transparent for colour or inherit (but may have done if marked important perhaps?).
Leave a Reply