> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/tracktor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/tracktor/customize-tracktor/display-a-banner.md).

# Display a banner

{% hint style="info" %}
**Note:** The Custom CSS and Custom HTML sections are available on the Essential plan and above. On the Starter plan, these sections are grayed out, but reach out to our support team and we can make adjustments for you. \
\
If you don't see these fields in your Tracktor dashboard, contact us using the help section of the app dashboard.
{% endhint %}

Follow the steps below to add a banner to your store's tracking page.

<figure><img src="/files/7SWBsusO8CPeUSudhcVb" alt=""><figcaption></figcaption></figure>

1\. Copy the following banner snippet.

```
<div id ="tracktor-banner">
  <p><strong>Thanks for your purchase! Here's a little something to show our appreciation:</strong></p>
  <p>Use coupon code <span>THANKS1ST</span> to enjoy 20% of your next purchase</p>
</div>
```

2\. Navigate into your Tracktor dashboard and go to the **Tracking Page** section.

3\. Scroll to the bottom and paste the snippet into the **Custom HTML & CSS** section.

4\. Adjust the text within the \<p>\</p>, \<strong>\</strong>, and \<span>\</span> tags to display whatever text you desire.

5\. Scroll up and locate the  **Custom CSS** section.&#x20;

6\. Copy and paste the following CSS snippet.

```
#tracktor-banner {
  background-color: #c2c1cc;
  text-align: center;
  padding: 20px 0;
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 10px;
}

#tracktor-banner p {
  margin-bottom: 0;
  color: #2d2b35;
}

#tracktor-banner p span {
  font-family: "Courier New", Courier, monospace;
  background-color: #ab7d07;
  border-radius: 2px;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
}
```

Feel free to adjust the CSS to match your theme's styles.&#x20;

7\. Save your changes.

{% hint style="info" %}
Need assistance or further adjustments? Simply request help from our team by using the Help section or using Yedric&#x20;
{% endhint %}
