> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/text.md).

# Text

Text layers allow you to add titles, captions, and custom messaging to your layout. Each text layer can be styled independently to match your event's branding.

***

### Customizing Your Text

Use the [**Inspector**](/customization-guide/layout-designer/layout-designer-overview.md#inspector-panel) to define the appearance and behavior of your text.

#### Text & Font

* **Content:** Enter the text you want to display on your layout.
* **Font:** Choose from the available fonts to match your design style.
* **Alignment & Color:** Adjust the text alignment (left, center, or right) and set the text color using a hex code or the color picker.
* **Opacity:** Control the transparency of the text. This is useful for creating watermarks or making text feel more integrated with background graphics.

***

### Advanced Styling & Interaction

Use these settings in the Inspector to add more visual depth or enable guest interaction.

{% tabs %}
{% tab title="Background & Border" %}
**Background Color** Add a solid color or a gradient behind your text. For gradients, you can choose between:

* **Linear:** Colors blend in a straight line.
* **Radial:** Colors blend outward from a central point.

**Border & Radius**

* **Border:** Set a width and color to outline the text layer.
* **Radius:** Adjust the roundness of the background corners to create a button or label effect.
  {% endtab %}

{% tab title="Shadow" %}
Add a shadow to create depth or make text pop against busy backgrounds:

* **Color:** Choose a shadow color and opacity.
* **Blur:** Adjust how soft or sharp the shadow appears.
* **Offset:** Move the shadow's position relative to the text.
  {% endtab %}

{% tab title="Guest Editing" %}
**Allow or restrict** [**guest editing**](/customization-guide/experience-designer/post-capture/edit-tools/guest-editable-text.md) **after capture.** When enabled, a text editing tool appears on the app's edit screen, allowing participants to type their own message or captions before saving their photo.

{% hint style="success" %}
Guest-editable text is available on **Plus** plans and higher.
{% endhint %}
{% endtab %}
{% endtabs %}

***

{% hint style="success" %}

## **Plan Availability**

**Standard Text Layers**

✅ All Plans&#x20;

**Guest-Editable Text**

✅ Plus, Pro, Select

:x: Lite, Core
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/text.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
