# Text Colour

The Text Colour property defines the colour applied to the text of a block.

{% hint style="info" %}
If a Link Colour has been specified on the block or its parents, that property will take precedence on the text colour for links inside the block
{% endhint %}

## Design tab

* Select a block.
* Open the Block Inspector.
* Navigate to the Design tab.
* Open the Typography.
* Find the Text Colour property.
* Open the colour picker by clicking on the colour circle.
* Select your colour in the colour picker or select a global colour.
* Click dot to reset.

<figure><img src="/files/FFXpKQUV5B1HokXJXrBD" alt=""><figcaption></figcaption></figure>

## Primary tab

* Select a block.
* Open the Block Inspector.
* Navigate to the Primary tab.
* Open the Colour tab.
* Find the Text Colour property.
* Open the colour picker by clicking on the colour circle.
* Select your colour in the colour picker or select a global colour.
* Click dot to reset.

<figure><img src="/files/ZHjd18KDxwY8f7uswvXF" alt=""><figcaption></figcaption></figure>


---

# 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/typography/text-color.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.
