change gallery background color in oxygen
-
Hi all,
I added this css (found in a css forum for the same theme I’m running) which should change my slideshow gallery background color to white…what am I doing wrong? I’m running the oxygen theme–the only change I made was from #EEE to #FFFFFF..slideshow-window {
background-color: #FFFFFF;
border-color: #FFFFFF;
}The blog I need help with is: (visible only to logged in users)
-
The way slideshows work has changed a bit, so older CSS code you found may no longer work.
This should do the trick:
div.slideshow-window { background-color: inherit; border: none; }And if you ever lose it, you’ll find the CSS at the bottom of this page:
-
-
- The topic ‘change gallery background color in oxygen’ is closed to new replies.