# Navbar Properties

## Overview

<figure><img src="/files/KUH9iv2EjiKit5nkB04u" alt=""><figcaption><p>Navbar Properties</p></figcaption></figure>

The **Navbar Properties** section provides settings to customize the appearance of the navigation bar in your application. The navigation bar is a critical component of the UI, offering users a way to navigate through the application.

## Properties

{% hint style="info" %}
Some properties have an additional button: `Select Color`, which opens the [color chooser](/reference/servoy-developer/object-editors/color-chooser.md) wizard.
{% endhint %}

Here's an in-depth look at each property:

### Navbar background color

Sets the background color of the navigation bar. This color should be distinctive and align with the overall theme to ensure the navbar stands out.\
Value: Hex color code or CSS variable (e.g., `@main-color`).

### Navbar highlighted item

Defines the background color for highlighted items in the navbar, such as active or hovered menu items.\
Value: Hex color code or CSS variable (e.g., `@main-color-dark`).

### Navbar text color

Specifies the text color for items in the navbar, ensuring the text is readable against the background.\
Value: Hex color code or CSS variable (e.g., `@main-color-inverse`).

### Navbar dropdown bg

Sets the background color for dropdown menus within the navbar. This should provide a clear distinction from the navbar background.\
Value: Hex color code or CSS variable (e.g., `@navbar-bg`).

### Navbar dropdown text color

Defines the text color for dropdown items in the navbar, ensuring readability.\
Value: Hex color code or CSS variable (e.g., `@navbar-text-color`).

### Navbar active bg

Specifies the background color for active items in the navbar. This helps users identify the current section or page.\
Value: Hex color code or CSS variable (e.g., `@navbar-bg`).

### Navbar active text color

Sets the text color for active items in the navbar, ensuring the active state is clearly visible.\
Value: Hex color code or CSS variable (e.g., `@navbar-text-color`).

### Navbar active border color

Defines the border color for active items in the navbar, adding an extra layer of emphasis.\
Value: Hex color code or CSS variable (e.g., `@main-color-inverse`).

### Navbar active border width

Specifies the border width for active items in the navbar, enhancing the visual prominence of the active state.\
Value: CSS size value (e.g., `0`).


---

# 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.servoy.com/reference/servoy-developer/object-editors/theme-editor/navbar-properties.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.
