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

Customize Search Fields and Text 

Example: Customize the Search field size and text style for search pages and widgets.  

/* To Customize Search Pages */

.search-form .queryField {
    height: 2.0em !important;
    color: #ff0000 !important;
    font-weight: bold;
}
/* To Customize Sidebar Search Widgets */

.search-form-pt .queryField {
    height: 2.0em !important;
    color: #0000ff !important;
    font-weight: bold;
}
« Style Podcast Enclosure Links | Main | Hide or Display Counts In Journal Archive Widgets »