Welcome

This code snippet library features advanced modifications you can make to customize your Squarespace 5 site. While we do not provide custom programming support, we've assembled the following guides as a reference to help you get started.


HTML Guide

CSS Guide

Javascript Guide

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; }

« Adjust YouTube Video Wmode | Main | Disable Right Click »