# Configuration

## Basic configuration

***

### List-style

**Field type**:\
Select

**Available values**:\
• default (clean)\
• with a square marker\
• underlined\
• underlined & with a square marker

**Example value**:\
`with a square marker`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Basic configuration"

**Technical name**:\
`twt-footer-footernav-list-style`

***

### Padding left (list with marker)

**Field type**:\
Number field

**Example value**:\
`17`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Basic configuration"

**Technical name**:\
`twt-footer-footernav-padding-left`

{% hint style="info" %}
**Note**: This configuration relates to list-styles with markers.
{% endhint %}

## Colour configuration

***

### Link colour

**Field type**:\
Color picker

**Example value**:\
`#111111`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Colour configuration"

**Technical name**:\
`twt-footer-footernav-link-color`

***

### Link colour @hover

**Field type**:\
Color picker

**Example value**:\
`$twt-color-brand-primary-dark`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Colour configuration"

**Technical name**:\
`twt-footer-footernav-link-color-hover`

***

### Marker colour (list with marker)

**Field type**:\
Color picker

**Example value**:\
`$twt-color-brand-primary-dark`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Colour configuration"

**Technical name**:\
`twt-footer-footernav-marker-color`

{% hint style="info" %}
**Note**: This configuration relates to list-styles with markers.
{% endhint %}

***

### Border-bottom colour

**Field type**:\
Color picker

**Example value**:\
`#111111`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Colour configuration"

**Technical name**:\
`twt-footer-footernav-border-bottom-color`

{% hint style="info" %}
**Note**: This configuration relates to "underlined" list-styles.
{% endhint %}

## Typography

***

### Text formatting

**Field type**:\
Select

**Available values**:\
• none\
• uppercase\
• lowercase\
• capitalize

**Example value**:\
`none`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Typography"

**Technical name**:\
`twt-footer-footernav-text-transform`

***

### Underline links

**Field type**:\
Select

**Available values**:\
• no\
• yes

**Example value**:\
`no`

**Path to the configuration**:\
Tab "Widgets" => Block "Footer navigation" => Section "Typography"

**Technical name**:\
`twt-footer-footernav-link-underline`

{% hint style="info" %}
Underline footer navigation links so that clickable entries are clearly recognisable, thus improving accessibility.

**Note**: This configuration can be overwritten by the accessibility configuration "Underline links" in the Tab "Others" => Block "Accessibility" => Section "Layout".
{% endhint %}


---

# 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.themeware.design/manual/widgets/footer-navigation/configuration.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.
