docs.remarkable.net
ComponentsBuilt in

Text

The Text component lets you add and style text content on your CMS pages, supporting HTML and rich typography options.

What is the Text component?

The Text component lets you add and style text content on your CMS pages. You can use plain text or HTML, and adjust typography settings for colour, size, and style.

Open the CMS editor where you want to add or edit a Text component.

Drag the Text component onto your page.

Add your text (plain or HTML) in the editor.

Use the typography settings to adjust colour, size, and style as needed.

Save your changes in the editor.

Text Component Settings

All Text components support the standard CMS settings below. Use these tabs to control layout, typography, and display for your text:

General

cms general

Selectors

Add classes defined elsewhere on the site to a specific page.

ID

Direct users to an element or identify it for future use (e.g., anchor links).

Styles

Add custom styles not predefined in a class. Examples:

  • Margin (e.g., margin:, margin-top:)
  • Padding (e.g., padding:, padding-top:)
  • Max Width
  • Font
  • Border
  • ID

Examples:

max-width: 352px!important;
margin-bottom: 0 auto;
padding-top: 30px;

To center an image: margin:auto;
To center text/markdown: text-align: center;
To make a component go edge-to-edge: margin-left:-15px;margin-right:-15px

Typography

This section controls the text that appears on the page. cms Typography

Colour

Change text colour (hex codes, e.g., #ff0000 for red).

Font Family

Specify the font family or leave blank to automatically inherit the default page font.

Size

Specify the size or leave blank to automatically inherit the default initial size.

Weight

Choose from 'light', 'normal', 'bold', or 'auto'.

Alignment

Select from: no alignment, left, centre, right, justify.

Text Transform

Change case: block capitals, lower, title, or none.

Text Style

Choose italic or not.

Text Decoration

Choose none, strikethrough, underline, or overline.

Display

cms Display

Display

Choose from the dropdown list to select display default is block, options are 'Flex', 'inline', 'none' and 'inline block'

Width

Specify a width

Max Width

Specify a max width

Min W

Specify a min width

Height

Specify a height

Max Height

Specify a maximum height

Min H

Specify a minimum height

BG

Change the background colour

Overflow

Chose from visible, not visible(icon) Scroll, scroll x

Spacing

Click on margins or borders to increase the margin or border by pixels

Borders

Click on borders to increase the border by pixels

How is this guide?

Last updated on