> For the complete documentation index, see [llms.txt](https://documentation.hedwik.io/elrond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hedwik.io/elrond/customization/footer.md).

# 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"**.
