Slideshow customization
-
Can I change the background color of my slideshow in the gallery widget to match the background of my page so that I don’t have the gray border?
The blog I need help with is: (visible only to logged in users)
-
Hi Allie,
This CSS code should do the trick:
div.slideshow-slide {
background-color: #000;
}div#gallery-7-5-slideshow.slideshow-window {
border: 20px solid #000;
}Just navigate to Dashboard -> Appearance -> Customize -> CSS and replace the default text with that code.
Let me know if you have any trouble!
-
Thank you! The only problem with it is that every time the picture changes it flashes grey and then fades to black…
-
Hey Allie,
On my side, the background appears to stay black the entire time (even when pictures are changing). I took a screencast to demonstrate.
Can you let me know if this is similar to what you’re seeing?
-
How strange! Even your screencast shows a flash of grey on my computer, but I use a Samsung Google Chromebook.. so maybe I see it differently? Ultimately I’ll probably rework the CSS in depth. As a temporary solution this is probably fine as long as it looks good on your end.
Ideally, I’d like to create something that looks like this: http://sophiejunker.com/ -
Hey Allie,
That is interesting because I’m viewing your site in Chrome as well so it should look the same. There is a flash of grey in the very beginning with the WordPress logo when the gallery is initially loading. Unfortunately, that can’t be changed or removed. However, after that, it’s completely black.
Let me know if you need any additional help with the CSS customization!
-
-
- The topic ‘Slideshow customization’ is closed to new replies.