Change slideshow background to white
-
Hi,
Is it possible to change the background of the slideshow to white? I could only find this: .slideshow-window {background-color:#fff!important;} which does change the background to white but a black frame still remains. Is it possible to remove the black entirely?
Thank you very much in advance.The blog I need help with is: (visible only to logged in users)
-
To remove the black border and background from the WordPress.com slideshow feature, add this to your Appearance → Custom Design → CSS editor:
.slideshow-window { background-color: inherit; border: inherit; } -
- The topic ‘Change slideshow background to white’ is closed to new replies.