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

Thursday
May032012

Hide the Author Link In Journal Entries 

Example: Prevent the default author link from appearing in journal entries. 

Note: Replace the LOGIN-NAME portion for the author specific code below with the login name of the member whose author link you want to hide from display.  

/* Hide A Specific Author Link */ 

.authored-by-LOGIN-NAME .posted-by { display: none; }

/* Hide All Author Links */

.posted-by { display: none; }

Main | Remove the Site Title Link ยป