How can I change the background in a media slideshow to white?
-
Hi
After talking to a happiness engineer I was referred to this forum.
I would like to change the background in a slideshow from black to white. This is not possible even there is a setting for it. It applieds only to thumb nail grids etc.So I guess a CSS action is required??
Thanks in advance.
Pernille
The blog I need help with is: (visible only to logged in users)
-
Hi Pernille, can you give me a link to the page or post where you have the slideshow and I would be happy to help with that.
-
-
-
Hi Pernille, many thanks for the link. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change the border and background on slideshows on your site to white.
.slideshow-window { background: #fff !important; border: 0 #fff !important; } -
-
Hooray and you are welcome! CSS is actually a lot of fun, at least it is to me. Enjoy!!!
- The topic ‘How can I change the background in a media slideshow to white?’ is closed to new replies.