Wednesday
Sep142011
Change the Slideshow Background Color
Example: Change the default gray background color in Squarespace slideshows to the color of your choice.
/* To use a specific color */
.squarespace-slideshow { background-color: #ffffff !important; }
/* To set as transparent */
.squarespace-slideshow { background-color: transparent !important; }
Difficulty
Easy


