AllSettingsCustom Code

Custom Code

Add site‑wide head, body, and CSS code.

What this controls

Custom Code lets you add HTML, scripts, or CSS that loads across your website.

Add custom code

1

Open Custom Code

Go to SettingsCode.

2

Choose a tab

Use Head, Body, or CSS depending on where the code should load.

3

Save changes

Click Save Changes when you are done.

Where each tab loads

  • Head: meta tags, link tags, verification code, and early‑loading scripts.
  • Body: analytics, chat widgets, embeds, or third‑party scripts near the end of the page.
  • CSS: global style overrides.

Tips for scripts and embeds

  • Inline code and external <script src="..."> tags now load more reliably from both Head and Body.
  • Put integrations that must start early in Head; use Body for scripts that should wait until the page is ready.
  • Use preview or a live page after saving to confirm the integration starts as expected.
Updated Apr 8, 2026

Was this helpful?