> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/brandy-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/brandy-theme/features/header-builder/header-configuration-settings.md).

# Header Configuration Settings

The **"Settings"** tab within the Header Configuration section of the Brandy theme allows you to customize various aspects of the header, such as layout, functionality, transparency, and shadow effects.&#x20;

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

Below are the detailed functionalities and options available in this section:

**1. Header Name**

* **Field:** Header name
  * Displays the name of the current header template.

**2. Layout**

* **Layout Options:**
  * **Boxed**
    * Restricts the header content to a fixed-width container.
  * **Content**
    * Aligns the header with the main content width.
  * **Full Width**
    * Stretches the header to the full width of the browser window.

**3. Sticky Functionality**

* **Toggle:** Sticky functionality on/off
  * Enables or disables the sticky header functionality.
* **Options:**
  * **Sticky on**
    * Determines which part of the header becomes sticky. Options include: **Only main row, Top & main row, All rows, Main & button row**
  * **Effect**
    * Specifies the animation effect when the header becomes sticky. Options include: **Default, Slide down, Fade**

**4. Transparent Settings**

* **Toggle:** Transparent on/off
  * Enables or disables the transparency settings for the header.
* **Options:**
  * **Blur background**
    * Slider to adjust the level of background blur.
  * **Transparent background**
    * Options to set the color of the transparent background. Options include: **Top, Middle, Bottom**
  * **Sticky background**
    * Options to set the color of the background when the header is sticky. Options include: **Top, Middle, Bottom**

**5. Shadow Settings**

* **Toggle:** Shadow on/off
  * Enables or disables shadow effects for the header.
* **Options:**
  * **Shadow type**
    * Drop-down to select the type of shadow. Options include: **Default, Custom shadow, Medium, Large**
  * **Shadow color**
    * Picker to choose the color of the shadow.
  * **Shadow adjustments:**
    * **X offset**
      * Slider to adjust the horizontal position of the shadow.
    * **Y offset**
      * Slider to adjust the vertical position of the shadow.
    * **Blur**
      * Slider to adjust the blur radius of the shadow.
    * **Spread**
      * Slider to adjust the spread radius of the shadow.

**Publish:** Make sure to click "Publish" after making changes to save and apply the updated header settings.


---

# 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.yaycommerce.com/brandy-theme/features/header-builder/header-configuration-settings.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.
