Help Center

Text Elements

Headings, rich text, lists, and dividers - semantic heading levels, sizes and colors, multi-column text, list styles, and alignment.

Four elements carry the written content of a page: Heading, Text, List, and Divider. They are simple on purpose - the styling comes from your brand settings, so the same elements look right on every site you build.


Heading#

A Heading is a single semantic heading line (h1 through h6).

Content#

Type the heading text in Content. A safe set of inline HTML is supported: use <br> to force a line break, or <strong>, <em>, and <span> for emphasis. Block tags and scripts are stripped at render, so pasted markup cannot break the page.

The Heading inspector's Content tab with the heading text and link fields
The Heading inspector's Content tab with the heading text and link fields

You can also set a Link to make the whole heading clickable.

Settings#

FieldOptionsNotes
StyleDefault, Small, Medium, Large, X-Large, 2X-Large, Primary, HeroThe visual size. Display sizes override the tag's default size, so an h2 can render hero-sized.
ColorNone, Muted, Emphasis, Primary, Secondary, Success, Warning, Danger, BackgroundBrand-token colors, not hex values.
HTML Elementh1 through h6, divThe semantic level.
Text AlignmentLeft, Center, Right, Justify
Max WidthDefault, X-Small through X-LargeCaps the heading width as a percentage of its container to control line wrapping; the capped box follows Text Alignment.

Headings also support the entrance Animation options, margins, and the responsive Show on control.

Heading Structure Matters#

Use exactly one h1 per page (usually the hero heading), then h2 for section headings and h3 below those. Style and semantics are separate controls here on purpose: pick the tag for document structure and the Style for how big it looks. Search engines read the tags; see Page SEO.


Text#

The Text element is a rich text block for paragraphs.

Content#

Edit the rich text in Content. Keep one idea per paragraph; the renderer preserves your paragraph breaks.

Settings#

FieldOptions
ColumnsNone, 2 through 6 - flows long text into newspaper-style columns
Drop CapOversized first letter
Text StyleNone, Meta, Lead, Small, Large, Badge
Text ColorNone, Muted, Emphasis, Primary, Secondary, Success, Warning, Danger
HTML Elementdiv, p, address, blockquote
Text AlignmentLeft, Center, Right, Justify

Lead is the one to remember: it renders the paragraph slightly larger, made for the intro line under a hero heading.


List#

A List renders a styled list from individual List Item children. Add, reorder, and remove items in the Inspector.

Settings#

FieldOptions
StyleDefault, Bullet, Divider, Striped, Hyphen, Circle, Square, Decimal
SizeDefault, Large, Collapse
HTML ElementUnordered (ul) or Ordered (ol)

Use a List for real list content (steps, inclusions, features as prose). For icon-and-text feature lists arranged in a grid, use the Grid element with icon position Left instead - see Grids.


Divider#

A Divider is a horizontal separator.

FieldOptions
StyleDefault, Icon, Small, Vertical
HTML Elementhr or div
AlignmentLeft, Center, Right

Use Dividers sparingly - Section spacing usually separates content better than a rule does.


Alignment Consistency#

One habit that keeps pages looking professional: match alignment within a Section. A center-aligned Section should center its heading, its intro Text, and its buttons together - never a left-aligned heading floating above centered buttons. Vary alignment between Sections, keep it consistent inside each one.


Summary#

ElementUse for
HeadingEvery title, one h1 per page, h2/h3 below
TextParagraph copy, lead intros
ListSteps, inclusions, simple itemized content
DividerOccasional visual separation
Was this page helpful?