Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

Background fade #68

Open djoniba opened 7 years ago

djoniba commented 7 years ago

I have a working Nivo Slider, but the background is not faded. Where can I change this? Is it in JS or CSS? nivo no fade

dboutote commented 7 years ago

This is the css style rule (if you're using the default theme) : .nivo-lightbox-theme-default.nivo-lightbox-overlay

For example, I set the background color like so:

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #283b91;
    background: rgba(36, 63, 141, 0.8);
}