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
Jan092012

Hide or Display Counts In Journal Archive Widgets

Example: Hide or display count numbers in journal index (journal archive) widgets

/* Hide Counts In Journal Archives Lists */

.section ul.archive-item-list-pt li .entry-count {
display: none; }
/* Display Counts in Journal Archives Lists */ 

.section ul.archive-item-list-pt li .entry-count {
display: block;
float: right; }
« Customize Search Fields and Text | Main | Hide the "Entries In" Journal Filter Overview Text »