vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

background color setting does nothing #211

Open ScotsScripts opened 5 years ago

ScotsScripts commented 5 years ago

gallery_background_color: "white"

doesn't change anything (unite default theme.)

Tried #ffffff but that doesn't do anything either.

I'm trying to get rid of the black background, replace it with white.

ShahramHF commented 4 years ago

right, what should I do to change gallery_background_color?!

Philippe-M commented 4 years ago

With css

.ug-slider-wrapper {
  background-color: #ffffff !important;
}