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
Dec212011

Hide the "Entries In" Journal Filter Overview Text

Example: Hide the "Entries In" system text that displays in category and tag overview pages within your journals. 

In Custom CSS put either of the following: 

/* To hide this on all journal overview pages */

.journal-filter-header {display: none;}

 

 /* To hide this on only specific journal pages */

#modulePage1234567 .journal-filter-header {display: none;}

« Hide or Display Counts In Journal Archive Widgets | Main | Hide Reader Comments Dialog »