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

Monday
Nov072011

Create A Custom Border

Example: You want to add a custom border (horizontal rule) to separate content in your site. 

In Custom CSS put: 

.myBorder { border-bottom: 1px solid #666; padding-bottom: 10px; margin-bottom: 10px;}

In HTML put: 

<div class="myBorder">Your Content Here</div>

« Hide Content Tags In Search Results | Main | Display Bullets In Sidebar Sections »