Support » Plugins » Hacks » NextGEN Gallery: Need hack for Lightbox bg to make it white instead of gray

  • Hello everyone,

    I need to find a way to make the background white instead of dark gray for the NextGEN gallery plugin after clicking the thumbnail. You know; the lightbox pops up with he image and the background fades to gray. There must be a way to change it.

    Any help/hack would be greatly appreciated!

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • In
    Plugins > Editor > NextGEN > nextgen-gallery/shutter/shutter-reloaded.css

    Change this code:

    div#shShutter {
    	height: 100%;
    	z-index: 1000;
    	background-color: #000000;
    	opacity: 0.8;
    	filter:alpha(opacity=80);
    }

    For this code:

    div#shShutter {
    	height: 100%;
    	z-index: 1000;
    	background-color: #FFFFFF;
    	opacity: 0.8;
    	filter:alpha(opacity=80);
    }

    (just change the background colour)
    Hope this helps!

    Thread Starter dkbdesign

    (@dkbdesign)

    Hi Sage,

    This worked perfectly! Thank you so much!

    No problem, really glad I could help.

    How do I change the colour of the caption text as this is now invisible as both are white?

    Thanks

    I found the answer I had to add the following code to the Plugins > Editor > NextGEN > nextgen-gallery/shutter/shutter-reloaded.css

    div#shName {
    	color: #000;
    }

    Hope this helps someone else!

    Thread Starter dkbdesign

    (@dkbdesign)

    Hello once again Sage (and everyone) !

    I am working on a new WordPress site at the moment and returned to this forum to get Sage’s NextGen info (to once again change a background color to white).

    This time, however, it is not showing any sort of update. Perhaps because in parenthesis next to the “Editing nextgen-gallery/shutter/shutter-reloaded.css” title it says “inactive”.

    Does anyone know why this page is inactive thus not allowing me to edit the settings of the NextGen’s shutter?

    I played around a bit (and hit refresh numerous times) but the page remains unchanged. I also updated WordPress to the most recent version and same thing.

    Any help would be once again appreciated.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘NextGEN Gallery: Need hack for Lightbox bg to make it white instead of gray’ is closed to new replies.