How to delete the black background behind a slideshow
-
I would like to use a slideshow on my homepage but do not want the standard black background to appear behind my photos. How do I delete that?
The blog I need help with is: (visible only to logged in users)
-
Blogs with the Custom Design upgrade can remove or change the dark background through CSS. For example the adding the following CSS to the Appearance → Customize → CSS panel will give the slideshow a transparent background.
div.slideshow-window {
background-color: inherit;
border-color: none;
} -
-
- The topic ‘How to delete the black background behind a slideshow’ is closed to new replies.