Skip to main content

Text Element

The Text element displays rich text content in your popup. Use it for paragraphs, descriptions, bullet points, and any body copy.

Overview

PropertyValue
Element Typetext
Can Contain ChildrenNo
Supports Rich TextYes

Use Cases

  • Popup descriptions and body text
  • Feature lists and bullet points
  • Terms and conditions
  • Product descriptions
  • Instructions and help text

Content Settings

Text Content

Enter your text in the content editor. Supports:

  • Plain text
  • Line breaks
  • Basic HTML tags (<b>, <i>, <u>, <a>, <br>)
This is <b>bold</b> and this is <i>italic</i>.

Text Alignment

Control horizontal text alignment:

OptionDescription
LeftAlign text to the left
CenterCenter text horizontally
RightAlign text to the right
JustifyStretch text to fill width
Device-Specific Alignment

You can set different alignment for desktop, tablet, and mobile using the device toggle.

Typography Settings

Font Family

Choose from:

  • System fonts (Arial, Helvetica, Georgia, etc.)
  • Google Fonts (500+ fonts available)

Font Size

Set the text size in pixels. Typical values:

  • Small text: 12-14px
  • Body text: 16-18px
  • Large text: 20-24px

Font Weight

Control text boldness:

WeightDescription
300Light
400Regular
500Medium
600Semi-bold
700Bold
800Extra-bold

Line Height

Set spacing between lines. Values:

  • 1 — Tight (no extra space)
  • 1.5 — Normal (comfortable reading)
  • 2 — Loose (spacious)

Letter Spacing

Adjust space between characters:

  • Negative values: Tighter spacing
  • 0: Default spacing
  • Positive values: Looser spacing

Text Color

Set the text color using:

  • Color picker
  • Hex value (e.g., #333333)
  • RGB value (e.g., rgb(51, 51, 51))

Spacing Settings

Margin

Space outside the element:

PropertyDescription
TopSpace above
RightSpace to the right
BottomSpace below
LeftSpace to the left

Padding

Space inside the element (between border and content):

PropertyDescription
TopInner top space
RightInner right space
BottomInner bottom space
LeftInner left space

Advanced Settings

HTML ID

Set a custom ID for CSS targeting:

#my-text-id {
text-decoration: underline;
}

CSS Classes

Add custom CSS classes:

my-custom-class another-class

Device Visibility

Control visibility per device:

OptionDescription
Hide on DesktopDon't show on desktop
Hide on TabletDon't show on tablet
Hide on MobileDon't show on mobile

Examples

Basic Paragraph

Thank you for subscribing! Check your inbox for a confirmation email.

Styled Description

Settings:

  • Font: Inter
  • Size: 16px
  • Weight: 400
  • Color: #64748b
  • Line Height: 1.6

Mobile-Optimized Text

Desktop settings:

  • Font size: 18px
  • Line height: 1.6

Mobile override:

  • Font size: 16px
  • Line height: 1.5

Best Practices

  1. Keep it readable — Use adequate font size (16px+) and line height (1.5+)
  2. Contrast matters — Ensure text color contrasts with background
  3. Be concise — Popup text should be scannable
  4. Test on mobile — Verify readability on small screens
  5. Use hierarchy — Combine with Heading elements for structure
  • Heading — For titles and headers
  • Button — For calls to action
  • Icon — For visual accents alongside text