viveksweet 0 Report post Posted April 7, 2011 Hey all, I created a carousel with a nextgen gallery in it but the main color is set to white... I can't figure out where to change the color.. any hints? Share this post Link to post Share on other sites
Kate 3 Report post Posted April 7, 2011 Hey Ben, Do you mean the background color? Also, do you have a link available, please? Share this post Link to post Share on other sites
viveksweet 0 Report post Posted April 7, 2011 Kate, As usual no link, yet.... Yeah I mean the background color, the color around the thumbnails... Share this post Link to post Share on other sites
Kate 3 Report post Posted April 7, 2011 Ah, okay... Well, (from memory), I believe that's actually the background color of the image. Then, to show it, they just add some padding around the image. Are you using Firebug? You can use it to select the images and find their class. If not, then at least check the source and see what the thumbnail class is and use that to set the styles. Share this post Link to post Share on other sites
viveksweet 0 Report post Posted April 7, 2011 Here is a screen copy so you can see.. the white is the area I'm talking about... Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 7, 2011 You'd be looking for this selector I believe: `body #carousel .thecarousel {}` Share this post Link to post Share on other sites
viveksweet 0 Report post Posted April 8, 2011 So I would place this in the custom CSS? where would I place the color code? Share this post Link to post Share on other sites
timlinson 3 Report post Posted April 8, 2011 Yes, in custom css. Your color goes inside the braces as `color:#123456;` Share this post Link to post Share on other sites
viveksweet 0 Report post Posted April 8, 2011 Thanks Tim! Share this post Link to post Share on other sites