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
Nov222011

Hide Content Tags In Search Results 

Example: Prevent tags such as the content author, content date or content type from displaying in the search results returned within your site.

/* To Hide ALL Content Tags */

.search-result .search-result-tag { display: none; }

/* To Hide the Content TYPE Tag Only */

.search-result .search-result-type { display: none; }

/* To Hide the Content AUTHOR Tag Only */

.search-result .search-result-author { display: none; }

/* To Hide the Content DATE Tag Only */

.search-result .search-result-date { display: none; }

« Replace Comment Field Titles In Journal Entries | Main | Create A Custom Border »