> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/manual/header/logo/configuration.md).

# Configuration

## Basic configuration

***

### Logo type

**Field type**:\
Select

**Available values**:\
• Image logo (default)\
• Text logo

**Example value**:\
`Image logo (default)`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Basic configuration"

**Technical name**:\
`twt-header-logo-type`

## Image logo

***

### Width

**Field type**:\
Text field

**Example value**:\
`220`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Image logo"

**Technical name**:\
`twt-header-logo-width`

{% hint style="info" %}
Enter the desired maximum width of the logo in pixels.

**Tip**: This value should not be higher than the actual width of the image.
{% endhint %}

***

### Height

**Field type**:\
Text field

**Example value**:\
`auto`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Image logo"

**Technical name**:\
`twt-header-logo-height`

***

### Margin top @Desktop (≥992px)

**Field type**:\
Number field

**Example value**:\
`0`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Image logo"

**Technical name**:\
`twt-header-logo-margin-top`

***

### Hover effect

**Field type**:\
Select

**Available values**:\
• no effect\
• reduce opacity

**Example value**:\
`reduce opacity`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Image logo"

**Technical name**:\
`twt-header-logo-hover-type`

## Text logo

***

### Logo text

**Field type**:\
Text field

**Example value**:\
`ThemeWare`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Text logo"

**Technical name**:\
`twt-textlogo-content`

***

### Text colour

**Field type**:\
Color picker

**Example value**:\
`#333333`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Text logo"

**Technical name**:\
`twt-textlogo-fill`

***

### Font family

**Field type**:\
Select

**Available values**:\
• Text\
• Headlines

**Example value**:\
`Text`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Text logo"

**Technical name**:\
`twt-textlogo-font-family`

***

### Font size

**Field type**:\
Number field

**Example value**:\
`24`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Text logo"

**Technical name**:\
`twt-textlogo-font-size`

***

### Font weight

**Field type**:\
Select

**Available values**:\
• light\
• normal\
• bold

**Example value**:\
`bold`

**Path to the configuration**:\
Tab "Header" => Block "Logo" => Section "Text logo"

**Technical name**:\
`twt-textlogo-font-weight`


---

# 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.themeware.design/manual/header/logo/configuration.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.
