> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/ekommart/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/ekommart/content-management/setup-header.md).

# Set up Header

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

![](/files/-M0u9odCSmVoCrjzqXvF)

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

![](/files/-M9WDNXUlL5lgQ1QdLhf)

\+ Option 1. Create Contact hasn't icon: Import HTML Code below on Contact info&#x20;

```
<pre>

<div class="ekommart-contact">
<div class="contact_inner">
<div class="contact_content">
<a class="contact_link" href="#"><span class="title">+84 800 456 789</span></a>
<span class="sub-title">Call Us Free</span>
</div>
</div>
<div class="contact_inner">
<div class="contact_content">
<span class="title">Free Shipping</span>
<span class="sub-title">On Orders Over $150.0</span>
</div>
</div>
</div>
</pre>
```

\+ Option 2. Create Contact has icon: Import HTML Code below on Contact info&#x20;

```
<div class="ekommart-contact">
<div class="contact_inner">
<div class="contact_icon">
<i class="ekommart-icon-headphones-alt" aria-hidden="true"></i>
</div>
<div class="contact_content">
<span class="sub-title">Call Us</span>
<a class="contact_link" href="#"><span class="title">+84 1800 33355</span></a>
</div>
</div>
</div>
```

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

![style header](/files/-M9WDhM5YFgHeSe44jre)

**Step 4** - Install the header group

![header group](/files/-M9WFND1bV2ZylKGXDyh)

Front end look like :&#x20;

![](/files/-M9WHFmncd-Efd4IZ4eL)

**Step 5** -  Save Changes

**Front end look like** :

Option1:

![](/files/-M0uH68J7hrR0_9XF1Zv)


---

# 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://wpdocs.gitbook.io/ekommart/content-management/setup-header.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.
