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

Tuesday
Oct042011

Display Bullets In Sidebar Sections

Example: Display bullets in unordered lists within sidebar sections.

Note: You can specify circle, disc or square bullets in the code below and adjust or omit margins to your preference. 

In Custom CSS put:

.section ul li {
list-style-type: square;
list-style-position: inside;
margin: 10px 0px;
}

« Create A Custom Border | Main | Adjust YouTube Video Wmode »