SA24 42 Posted March 1, 2013 (edited) Hello, I'm using a grid design for my gallery within a page and when you click on the image it appears in a lightbox with a black background. Does anyone know how I can change the color to a white or gray? Thanks Edited March 1, 2013 by SA24 1 uldsgn reacted to this Share this post Link to post
nmillward 0 Posted March 1, 2013 (edited) This should work: .sqs-lightbox-padder, .sqs-lightbox-slide {background-color: COLOR;} Edited March 1, 2013 by Nick M Share this post Link to post
vkuehne 58 Posted March 1, 2013 (edited) I used this in the Style Mode CSS: .yui3-lightbox2 .sqs-lightbox-overlay { background: #FFFFFF; } Seems to work fine. Edited March 1, 2013 by vkuehne Share this post Link to post
vid354 52 Posted March 16, 2013 Where do you place this code? Just copy and paste into the Style Editor CSS? Share this post Link to post
vid354 52 Posted March 16, 2013 Where do you place this code? Just copy and paste into the Style Editor CSS? Share this post Link to post
nmillward 0 Posted March 16, 2013 Yup, you can place the code in your Style Editor > CSS. I've illustrated this here: http://screencast.com/t/Kqw6HXnZK7q Share this post Link to post