# Header Settings

To configure header go to `/config.toml` file and find `# Header Settings`:

```toml
# Header Settings
[params.header]
[params.header.logo]
image = "images/logo.png"
alt = "logo"
title = "Terio"
[params.header.button]
text = "Get Started"
link = "/contact/"
```

```
[params.header.logo]
```

* **"image"** - Logo image path
* **"alt"** - Logo image alt
* **"title"** - Logo image title

```
[params.header.button]
```

* **"text"** - Header Button label
* **"link"** - Header Button link

*<mark style="color:orange;">Saved your time and you want to thank me? You can</mark>* [![image-text](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png) ](https://www.buymeacoffee.com/bslthemes)😊
