You just watched the design hacks. Here's everything else.

Welcome to Squarehead. Grab the code from the talk, check out the tools, and find out what 11 modules of advanced Squarespace training actually looks like.

GRAB CODE

The code from "Squarespace Design Hacks That Change How You Design"

How to create the auto layout list section into 2 columns on mobile

Add to Custom CSS - no other changes needed

/* Auto Layout 2 Column - Mobile */

@media only screen and (max-width: 640px) {
  .user-items-list-simple:not([data-num-columns="1"]) {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px !important;
  }

  .list-item-content__title {
    font-size: 1rem !important;
  }

  .list-item {
    padding: 0.5rem !important;
  }
}

Hide “Add to Cart” when empty

Add to Custom CSS - no other changes needed

/* Hide Cart When Empty */

.cart-quantity-zero {
  display: none !important;
}

How to stack the blog next/previous pagination text for mobile only

Add to Custom CSS - no other changes needed

/* Blog Pagination - Mobile */

@media only screen and(max-width: 640px){

.item-pagination--prev-next {
flex-direction: column!important;
  margin-bottom: 40px;
}

.item-pagination-link {
max-width:100%;
margin-bottom: 40px;
 }
}


Tools

TOOLS

01

Bulk Blog Editor

Edit hundreds of blog posts without opening a single one.

Categories, tags, published status, date posted. Bulk change them across multiple posts in one go instead of clicking into each post individually. If you manage content-heavy Squarespace sites, this is the one that saves you hours.


Learn More | Buy Now

02

Bulk Blog Uploader

Upload an entire blog in minutes, not days.

Import blog posts from Excel, Google Sheets, Notion, or JSON. SEO scoring, content health reports, scheduling, and direct publishing. Built for migrations and large content projects where adding posts one at a time isn't realistic.


Learn More | Buy Now

03

Bulk Portfolio Uploader

Your portfolio content, uploaded in bulk.

A similar approach bulk uploading, but slightly different - built specifically for Squarespace portfolio pages. Upload listings without the repetitive manual entry.





Learn More | Buy Now

04

Code Backup Chrome Extension

Never lose your Custom CSS or Code Injection again.

Squarespace doesn't back up your custom code. Not your CSS, not your Code Injection, not any of it. This Chrome extension saves everything to your Google Drive with full version history, side-by-side comparisons, and one-click restore. One subscription covers every site you manage.

Learn More | Download

The Squarehead Advanced Course

11 modules. Real client builds. The thinking behind the decisions, not just the steps.

COURSE

Design systems and visual logic - spacing, typography, colour strategy, and motion that feels intentional rather than decorative.

Real client builds - three complete projects recorded start to finish, with full commentary on every decision. Different industries, different briefs, different problems.

Code organisation and understanding - where code lives inside Squarespace, how each location behaves, and a system for keeping it organised across every project.

SEO and technical setup - domains, Google Search Console, GA4, structured data, performance optimisation, and URL mapping for migrations.

Accessibility - colour contrast, heading hierarchy, keyboard navigation, alt text, reduced motion, and how to audit any Squarespace site properly.

Workflow and client management - launch checklists, live style guides, client training, revision management, and the systems behind a professional Squarespace practice.

AI tools and live masterclasse - vibe coding, Claude Projects, MCP for site auditing, and extended unedited build sessions.

Business, pricing, and packaging - a working pricing framework, service packages, communication systems, and the operational standard that separates a freelancer from a studio.

Every module is built around the logic behind the decisions, not just what to click. Because knowing how to do something isn't the same as knowing why you'd do it that way, or when to do it differently.

Join our waiting list and be the first in the loop on it’s release

Summit attendees get 20% off

Use the code SUMMIT at checkout. That's it. No countdown timer, no fake urgency. Just a thank you for showing up to the session.

Lifetime access. Learn at your own pace. Updates included. Excludes Subscriptions

CONNECT