Change Gallery/Slideshow Background color
-
Hello! Somehow the CSS of my website changed and now there are white borders around my Gallery.
I tried different things but nothing could fix it.
This is the only css code I am using so far:div.slideshow-window {
background-color: inherit;
border: none;
}
@media screen and (max-width: 1024px) {
header#masthead {
background-size: contain;
background-color: white;
}
}Thank you for your help
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Many thanks for reaching out.
Just to check, are you referring to what you see here: https://d.pr/i/SeMwpu?
Many thanks.
-
Hi thanks for your reply.
Yes and now. I´m talking about the black borders left and right of my mostly white colored posts, that dont look very nice. I tried making the pictures wider with more white space but that didnt help.
So I would like to know how to change the background color of the galery from black color to white.
Thanks
-
-
Thank you but that didn´t change anything unfortunately.
My entire code is now this:
div.slideshow-window {
background-color: inherit;
border: none;
}.slideshow-window {
background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
header#masthead {
background-size: contain;
background-color: white;
}
} -
Ah, try this instead (just for the slideshow part) :
.slideshow-window, .slideshow-slide { background-color: #fff !important; } -
Thank you so much that did it! You guys are wizards.
Can I donate money to your good cause or something?
Thanks so much for the help. Looks much better!!Regards
-
I’m glad that worked out in the end!
We don’t take donations, but you could always upgrade your plan if you’d like: https://wordpress.com/pricing/ :)
- The topic ‘Change Gallery/Slideshow Background color’ is closed to new replies.