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
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.
Related Help Docs
Updated Apr 8, 2026
Was this helpful?