# Text Shadow

## Text Shadow color

The Text Shadow Color property defines the color of the drop shadow of the text. If omitted, the color of the element is used.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects tab
5. Select the Text Shadow tab
6. Find the Colour property
7. Open the Colour Picker by clicking on the colour circle in the Text Colour property
8. Select your colour in the Colour Picker or click on a Global Colour

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects panel
5. Select the Text Shadow tab
6. Find the Colour property
7. Click dot(s) to reset

</details>

## Text Shadow Horizontal Offset

The Horizontal Offset property defines the horizontal offset of the drop shadow of the text.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects tab
5. Select the Text Shadow tab
6. Find the H. Offset property
7. Enter the desired horizontal offset value

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects panel
5. Select the Text Shadow property
6. Find the H. Offset property
7. Click dot(s) to reset

</details>

## Text Shadow Vertical Offset

The Vertical Offset property defines the vertical offset of the drop shadow of the text.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects tab
5. Select the Text shadow tab
6. Find the V. Offset property
7. Enter the desired vertical offset value

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects panel
5. Select the Text Shadow property
6. Find the V. Offset property
7. Click dot(s) to reset

</details>

## Text Shadow Blur

The Text Shadow Blur property specifies the blur radius of the drop shadow.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects panel
5. Select the Text Shadow tab
6. Find the Blur property
7. Enter the desired blur value

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Effects panel
5. Select the Text Shadow tab
6. Find the Blur property
7. Click dot(s) to reset

</details>


---

# 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://docs.cwicly.com/design/effects/text-shadow.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.
