Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dougnl

    (@dougnl)

    Anyone?

    I would like to know too..
    if anyone knows

    You should go to admin panel -> Gallery -> Style
    Then find in CSS file and edit these classes :
    ngg-gallery-thumbnail ,
    ngg-gallery-thumbnail ,
    ngg-gallery-thumbnail ,
    ngg-gallery-thumbnail .

    If you don’t know CSS , just say me what do you want to exactly do with thumbnails ?

    Um, what CSS is that again, and where do I modify? I’ve tried changing colors up and down the style sheets and nothing.

    I figured out the answer to this question about nextgen-gallery with much digging. You will need some familiarity with CSS to change the colors. I’ll try to describe in detail what I did.

    First, in the wordpress admin area, go to Gallery/Style. on that page, look for line 60 and change
    background-color:#ffffff;
    to
    background-color:#ffd2ad; or whatever hex color you want. That Style editor has a hex color tool you can use to figure out your choices.
    This will change the color of the background around the albums.

    Then look in the same line 143 and make the same edit. This will change the color of the background around the albums.

    Lastly, find wp-includes/js/thickbox/thickbox.css (I had to FTP it from the server to my local drive, edit it with Dreamweaver and then send it back to the server) and edit line 49 to change the hex code.

    While doing the above, I looked for–but could not find–a way to make the opacity of the overlay darker so less of the screen would show around the edges of the NGG gallery. I found on line 34 of thickbox.css this code, but changing the opacity from 75 to 95 didn’t make any difference.

    .TB_overlayBG {
    	background-color:#000;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    	filter:alpha(opacity=75);
    	-moz-opacity: 0.75;
    	opacity: 0.75;
    }

    HTH!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] Any Way to Change Border Color?’ is closed to new replies.