> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/content/kategorie/kategorie-labels.md).

# Kategorie Labels

> ab Theme Version 2.6.0

Über die **Zusatzfelder** unter Kataloge > Kategorien > \[Kategorie auswählen] im Tab Weitere findest Du Felder zum Konfiguration von Kategorielabels.

![](/files/NvX9wOCtNR01nrQAJexJ)

Neben dem **Text (1)** kannst Du ebenfalls **Hintergrundfarbe (2)** und **Textfarbe (3)** hinterlegen. Lass die Felder leer, wenn Du die Standardfarben der Labels nutzen möchtest. Diese ergeben sich aus der umgekehrten Zuweisung der jeweiligen Vordergrund- und Hintergrund-Farbe der jeweiligen Ausgabe. Die Labels der Kategorien werden in der Main Navigation, der Flyout Navigation und der Dropdown Navigation ausgegeben.

| Ausgabe             | Label Textfarbe               | Label Hintergrundfarbe           |
| ------------------- | ----------------------------- | -------------------------------- |
| Main Navigation     | `$zen-main-navigation-bg`     | `$zen-main-navigation-color`     |
| Flyout Navigation   | `$zen-flyout-navigation-bg`   | `$zen-flyout-navigation-color`   |
| Dropdown Navigation | `$zen-dropdown-navigation-bg` | `$zen-dropdown-navigation-color` |

{% hint style="info" %}
Damit die Labels als solche erkennbar sind, werden Textfarbe und Hintergrundfarbe **umgekehrt zugewiesen**. Die Textfarbe des Labels erhält die Hintergrundfarbe und die Hintergrundfarbe des Labels erhält die Textfarbe.
{% endhint %}

Beispiel:

![](/files/90d8p5idDBN8JqCTRsjv)


---

# 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://themedocs.zenit.design/content/kategorie/kategorie-labels.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.
