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
Sep082010

Replace the "Entries In" Category Overview Page Text

Example: Change the "Entries in" text on category overview pages to display text of your own choice.

Note: This script allows you to overwrite the default 'entries in' text appearing on journal category overview pages to text of your own choice. 

In Extra Header Code Injection put:

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(function(){
$(".journal-filter-header").html("YOUR TEXT HERE");
});
</script>

 

« Remove the Banner Image Link | Main | Add A Dynamic Hover Tool-Tip »