Have a Suggestion?

Your feedback is our greatest source of ideas for updates & new releases. This page is for feature requests only, if something isn't working as expected, please submit a support ticket.

Secondary Color Palette Support (Page/Section Level)

Hi Will, I’m currently building a Squarespace site where this limitation is becoming very clear. The main site (main-site.com) uses a primary brand palette defined in Site Styles. Within that, I’m also building what is essentially a second brand experience at: /secondary-site/ (with pages like /about, /rentals, /events, etc.) This sub-brand has its own distinct color palette, but it still lives inside the same Squarespace site. CURRENT WORKAROUND body { --white: #ffffff; --lightAccent: #fcecd5; --accent: #b24b1b; --darkAccent: #474f45; --black: #000000; } From there, I have to manually apply these across sections using selectors. THE CHALLENGE Site Styles works great for the primary palette, but there’s no native way to apply a secondary palette to: A group of pages (e.g. everything under /secondary-site/) Specific sections within a page To achieve this currently, I have to: Define a second set of CSS variables Target sections/pages via IDs or collection IDs Override styles for backgrounds, text, buttons, links, etc. Maintain a growing list of selectors like.section-background,.sqs-button-element--primary, etc. It works, but it’s not scalable or easy to maintain. WHAT WOULD HELP A way to define and apply a secondary color palette alongside Site Styles: Create “Palette B” (mirroring Site Styles structure) Apply it at: Page level (ideal for /secondary-site/*) Section level (for mixed-brand layouts) Automatically style all native elements within that scope: Backgrounds Headings & body text Buttons (all types) Links Borders / strokes IDEAL UX Page setting: Color Palette → Default / Palette B Section-level dropdown for palette selection Or a class-based approach (e.g..palette-b) WHY THIS MATTERS This pattern comes up often in real builds: Sub-brands within one domain Program-specific landing pages Multi-offer businesses Even just needing additional accent color systems Right now, it requires a lot of custom CSS and manual consistency management. A built-in or plugin-based solution using scoped variables would make multi-brand builds much easier and more maintainable. I would absolutely pay for something like this. Thanks for considering this ✌️

An Anonymous User 2 days ago

💡 Plugin Request

Secondary Navigation for Squarespace 7.1

Hi Will, I recently purchased your Secondary Navigation plugin for Squarespace 7.1 and I have to say—it’s really well done. It’s been a great addition to my build. I’m currently working on refining the mobile experience and ran into a UX/UI consideration I wanted to run by you. On mobile, the combined list of native navigation links and secondary navigation links can start to feel visually dense. To improve clarity, I’m trying to style only the secondary navigation links with a different color—specifically within the mobile menu—so users can more easily distinguish between the two groups. I’ve been experimenting with CSS, but I haven’t been able to isolate the secondary navigation link color on mobile without affecting other navigation elements. Is there a recommended way to target only the secondary navigation links in the mobile menu? Appreciate any guidance you can offer—and again, great work on the plugin. Best, Kristina

An Anonymous User 22 days ago

Tutorial / Code Catalogue Requests

Nested Folders -- "Reverse" Nesting Capability

The plugin is fantastic, thanks! Addresses a frustrating shortfall in Squarespace’s core product. I’d love if it were possible to nest a set of dropdowns. So, not additional levels of nesting, just “reversing” the direction of the dropdown vs. accordion functionality. As an example, for a business with multiple locations, the ability to have a dropdown for each location, nested within “Our Locations” in the main nav. This would be particularly helpful on mobile, as it this would allow a user to quickly expand to see all locations, but house the details for each within its own section, keeping things a bit less crowded on the front end, and making it easier to manage in the nav list on the back end as well.

An Anonymous User about 2 months ago

💡 Plugin Request