# Rich text

### Section overview

The Rich text section provides a flexible rich text area with customizable heading, content, and button elements.

#### Common Use Cases

* Product descriptions or introductions
* Announcements and promotional messaging
* Brand storytelling or mission statements
* Call-to-action areas with supporting text

#### Usage Tips

* Keep content concise and focused on a single message or purpose
* Use the column width setting to create visual interest in your layout
* Ensure button text clearly indicates the action users will take
* On mobile, content will stack vertically, so test how your text appears at smaller screen widths

### Section Settings

| Setting              | Description                                                                                                                                                                                |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Heading              | The main title text to display in the section                                                                                                                                              |
| Content              | Rich text content to display below the heading                                                                                                                                             |
| Button label         | Text to display on the button                                                                                                                                                              |
| Button url           | The destination URL when the button is clicked                                                                                                                                             |
| Top spacing          | Controls the padding above the section content (0-300px)                                                                                                                                   |
| Bottom spacing       | Controls the padding below the section content (0-300px)                                                                                                                                   |
| Color scheme         | Determines the background and text color of the section                                                                                                                                    |
| Border color         | Sets the color of any borders applied to the section                                                                                                                                       |
| Button color         | Controls the styling and color of the section's button                                                                                                                                     |
| Border position      | Determines where borders appear on the section                                                                                                                                             |
| Text alignment       | Controls the horizontal alignment of text within the section                                                                                                                               |
| Horizontal alignment | Sets the horizontal positioning of content within the section                                                                                                                              |
| Column width         | Controls the width of the content column as a percentage (20-100%)                                                                                                                         |
| Enable margin        | Toggles whether the section respects the theme's margin settings                                                                                                                           |
| Visibility           | Controls whether the section appears on mobile, desktop, or both                                                                                                                           |
| Account visibility   | Controls when the section is displayed based on customer login status (always, logged out, logged in but not approved, logged in and approved). Available in theme version 2.0.1 or later. |

### Block Settings

This section does not contain any blocks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.brickspacelab.com/keystone/sections/content-and-media/rich-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
