> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/freshio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/freshio/header-settings/set-up-header.md).

# Set up Header

**Step 1** - From admin Dashboard, navigate to **Freshio  Options** -> **Header**

![](/files/-MFfXwBiDBDPj1_PlVs8)

**Step 2** - You will see all tabs for setting of Header , in Header tab

![](/files/-MMPFHA73MlQum-Ef5Sw)

**Step 3** - Choose your header Style for page.

![](/files/-MMPFnrW21fw7RWeMeKD)

**Step 4** - Install the header group

![](https://gblobscdn.gitbook.com/assets%2F-M0pIcnkwC6XUmoax49d%2F-M9WEhHekIqgRbFkeWh9%2F-M9WFND1bV2ZylKGXDyh%2Fimage.png?alt=media\&token=c4487a4f-45b0-4ac9-b50a-9354e45207ff)

**Step 5** - Save Changes

**Markup for custom link field:**

```
<div class="freshio-custom-link">
						<ul>
							<li><a href="#">ABOUT</a></li>
							<li><a href="#">FAQ</a></li>
							<li><a href="#">CONTACT US</a></li>
						</ul>
					</div>
```

**Markup for Contact Info:**

```
<div class="freshio-contact">
    <div class="contact_inner">
        <div class="contact_icon">
            <i class="freshio-icon-headphones-alt" aria-hidden="true"></i>
        </div>
        <div class="contact_content">
            <span class="sub-title">Call us 24/7</span>
            <span class="title">(1800)-88-66-991</span>
        </div>
    </div>
 </div>
```
