Forums

NextGEN Gallery: Need hack for Lightbox bg to make it white instead of gray (6 posts)

  1. dkbdesign
    Member
    Posted 6 months ago #

    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.

  2. Sage Chara
    Member
    Posted 6 months ago #

    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!

  3. dkbdesign
    Member
    Posted 6 months ago #

    Hi Sage,

    This worked perfectly! Thank you so much!

  4. Sage Chara
    Member
    Posted 6 months ago #

    No problem, really glad I could help.

  5. AlbinoMonkey
    Member
    Posted 3 months ago #

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

    Thanks

  6. AlbinoMonkey
    Member
    Posted 3 months ago #

    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!

Reply

You must log in to post.

About this Topic