# Footer

In previous versions, there were two separate footer options. We've simplified this by merging them into a single, more dynamic structure.

The usage is now similar to the new Header system — it uses **`###`** as a separator — but with a few key differences.

### Configure the Footer Navigation

1. To add a navigation, go to **"Navigation"** settings in the **Ghost Admin**.
2. Choose the **"Secondary"** option from the opened window.
3. To create columns in the footer, add a new menu item and enter the column name (e.g. **About Us**) in the **Label** field, and type **###** in the **URL** field.

   You can create as many columns as you like and list menu items under each one, but we recommend a **maximum of 4 menu groups** for optimal layout.
4. Once your items are added, click **'OK**' to activate.
5. See the image below for a visual example of how it's done. ⬇️

<figure><img src="/files/5MpNNLirjBjkDsSiU4Ze" alt=""><figcaption></figcaption></figure>

***

### Changing Footer Logo Size

1. In previous versions, this was done directly through the Ghost panel, but now you’ll need to do it from the **Code Injection** section.
2. Open **Code Injection** from the Ghost settings, then click on the **Site Header** tab.
3. **Paste the code below** into the section that opens, and choose your desired logo size.

```html
<style>
  :root{
    --footer-logo-size:18px!important;
   }
</style>
```

4. Finally, click **"Save"**.

***

### Changing Footer Copyright Text

* Go to the **"Design & Branding"** tab in the Ghost Admin panel.
* In the opened window, click on the **"Site-wide"** tab in the top right corner, and find the **"Footer copyright text"** settings.
* Enter the your copyright text. <mark style="color:green;">(</mark><mark style="color:green;">**You can use HTML links.**</mark><mark style="color:green;">)</mark>
* Finally, click **"Save"**.


---

# 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://documentation.hedwik.io/elrond/customization/footer.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.
