Help Center

Site Settings

Configure a site's identity, brand colors and fonts, navigation, CTAs, social links, and tracking from the Settings tab.

Every site (tenant) has its own Settings tab in the portal. This is where you define the site's identity and brand once, so the builder, the blog, and every rendered page stay consistent. Site Settings are restricted to Administrators; Editors and other content roles cannot change them.

Remember: saving Settings updates the CMS record, but the live site only changes on the next Deploy. See Preview, Publish, and Deploy.


General Settings#

The basics that identify the business:

FieldWhat it does
Site NameThe site's name. Used in title templates, the footer, structured data, and default headings
Phone / Email / AddressBusiness contact details. Elements like NAP, Click to Call, and the footer read these
Governing Law StateFills the state token in the templated legal pages (Privacy Policy, Terms)
Footer TextCopyright line or short tagline for the footer bottom bar

A second phone number with per-phone labels, a top-bar reviews line, and a special-offers link are also available for service-business headers.


Call to Action#

The site-wide primary CTA:

FieldWhat it does
TaglineShort slogan. Shown in the footer and used as an OG description fallback
CTA LabelPrimary button text used in the header, hero sections, and footer (for example "Get a Free Estimate")
CTA URLWhere the primary CTA points, usually a contact page path

The blog sidebar has its own CTA heading and sub-text fields, so a SaaS site can override the local-service default there without touching the main CTA.


Branding#

Brand tokens drive the whole platform: the published site, the preview, and the builder canvas all read the same values, so what you style is what ships.

The Branding section of Site Settings with brand color and typography fields
The Branding section of Site Settings with brand color and typography fields

Colors#

FieldWhat it does
Primary ColorThe main brand color. Buttons, links, and brand-styled sections use it
Secondary ColorHighlights, badges, and accent sections
Muted ColorSubtle background for alternate sections and cards
Default ColorThe default page and section background (usually white or near-white)
Heading Color / Body Text ColorText colors applied site-wide

Fonts#

FieldWhat it does
Display FontGoogle Font family for headings and display text
Body FontGoogle Font family for paragraphs
Heading Weight / Body Text WeightFont weights applied site-wide

Fonts are self-hosted at build time, so the published site does not load them from Google's CDN. That keeps pages fast and avoids a third-party request.

Logo and Favicon#

Upload a Logo and a Favicon from the media library. The Logo element in the header and footer builders binds to this logo, so swapping the file here updates the site chrome everywhere.


Content & Voice#

These fields give AI-assisted content generation its guardrails for this site:

  • Voice / Tone - pick from Professional, Warm, Direct, Casual, or Technical.
  • Target Audience - who the copy should speak to.
  • Content Guidelines - words to use or avoid, key phrases, compliance notes.

Build the site's menu as a list of nav items, each with a Label and URL, and optional children that render as dropdown items. The Menu element in the header builder binds to this list, so editing navigation here updates the rendered header.

Footer link groups (hours rows, location links, and legal links such as Privacy Policy and Terms) are configured the same way and hide automatically when left empty.


Social Media#

Profile URL fields for Facebook, Instagram, LinkedIn, YouTube, X (Twitter), and Google Business Profile. These render as footer social icons and feed the site's structured data.


Analytics and Tracking#

  • First-party analytics - turns on the built-in Website Analytics Dashboard collector (click maps, scroll depth, attention). See Analytics.
  • UTM persistence - carries campaign parameters across a visit and feeds them into forms and CRM embeds.
  • Hash-only IP - privacy mode: analytics stores an anonymized visitor id instead of the raw IP address.
  • Google Analytics ID - a native field for a GA4 Measurement ID or GTM container. The snippet is injected with deferred loading so it does not hurt page speed.
  • Head Scripts / Body Scripts - raw tracking snippets injected into the page head or before the closing body tag. Scripts are sanitized on save; supported tag types are listed next to each field.
  • Cookie consent - an optional consent banner that gates tracking scripts behind visitor consent, with editable banner text and a privacy-policy link.

Custom CSS#

A site-wide stylesheet injected into every page. Use it for brand tweaks and shared component classes (see Brand DNA and component classes). Prefer the builder's native style fields for individual elements; Custom CSS is for the site-wide layer.


Header Style and Templates#

  • Header Style - chooses the header/footer layout family for the site (Service Business, SaaS / Marketing, or Minimal). Sites with a custom-built header from the Header and Footer Builder use that instead.
  • Home page and system templates - which page serves at the site root, and the 404 / blog archive / post templates, are managed in the Technical tab.
  • Blog URL structure - the blog post URL prefix and flat-URL option are covered in Blog.

Summary#

AreaControls
GeneralName, contact details, footer text, legal state
CTASite-wide button label and destination
Branding4 brand colors, 2 font families, heading/body colors and weights, logo, favicon
Content & VoiceTone, audience, and guidelines for AI-assisted content
NavigationMenu items with dropdowns, footer link groups
Social6 profile URL slots
AnalyticsFirst-party analytics, UTM persistence, GA field, script slots, cookie consent
Custom CSSSite-wide stylesheet for shared classes and overrides
Was this page helpful?