> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/faq/branding-and-white-labeling.md).

# Branding and White-Labeling

How to customize or remove Zigpoll branding from your surveys

Want your surveys to match your brand perfectly? Here's how to manage branding on your Zigpoll surveys.

### Is there a "Powered by Zigpoll" badge on my surveys?

No. Surveys show no Zigpoll branding by default, on every plan. The **On-Site** and **Email** design tabs have a **Zigpoll Link** option that adds a subtle link to the Zigpoll website. It's off unless you turn it on.

### Can I customize the colors and fonts of my survey?

Yes. Open a survey and go to **Settings → Design**. There's a tab for each place the survey appears:

* **On-Site** — the survey on your website: colors, font, layout, launcher and progress indicator.
* **Survey Page** — the hosted page behind your survey link: logo, background, favicon, page title and social image.
* **Email** — email surveys: sender, logo, header bar, colors and copy.
* **SMS** — the text message for SMS surveys.

To style every survey at once, use **Settings → Design Defaults**. A survey uses those defaults until you turn on **Override Design Settings** on its own Design tab.

{% content-ref url="/pages/-LZuh9ZipIrR3dhmF3EF" %}
[Design and styling](/polls/display-settings.md)
{% endcontent-ref %}

{% hint style="info" %}
Surveys placed as blocks in Shopify checkout, Thank You and Order Status pages use Shopify's checkout branding instead of your Design settings. See [Shopify checkout limits](/installation/shopify-checkout-limits.md).
{% endhint %}

### Can I use my own custom fonts?

Yes. Choose **Custom** as the **Font Family**, enter the font's name, and make sure its stylesheet loads — either from your website or through an `@import` in **Custom CSS**.

{% content-ref url="/pages/w6TnbDEeJuAnnnGakrIz" %}
[Custom Fonts](/polls/display-settings/custom-fonts.md)
{% endcontent-ref %}

### Can I customize the default button text?

Yes. Button labels like "Next," "Back," and "Submit" can be edited in **Settings → Language** for your survey. This is also where you can customize any other default text strings.

{% content-ref url="/pages/-LrVMaacbU4WTFf6p6i5" %}
[Language and Translations](/polls/language-settings.md)
{% endcontent-ref %}

### Can I change the incentive banner text?

Yes. The banner above your questions (for example "Get 10% off your next order by completing this survey") comes from one of these:

* **Settings → General → Banner** — the survey's banner, shown on every question.
* The **Promo Code** question's **Reward Banner** field — when filled in, it replaces the General banner.
* **Custom Reward Banner**, under a question's **More Options** — a banner for that question only.

Edit or clear the text, then press **Save Changes** (General) or **Update Question** (a question). Translations of the banner are under **Settings → Language → Reward Banner**.

### What about branding in survey emails?

Email surveys are styled on **Settings → Design → Email**, where you can set the logo, header bar, colors and copy.

To send from your own domain instead of Zigpoll's, set up a custom sender domain.

{% content-ref url="/pages/JgEtyJSLugjf6u3mmYxI" %}
[Custom Sender Domains](/faq/custom-sender-domains.md)
{% endcontent-ref %}

### Can survey links use my own domain?

Yes. See [Custom Survey Domains](/custom-survey-domains.md).

{% hint style="info" %}
Have a specific branding request? Let us know at <support@zigpoll.com>.
{% endhint %}


---

# 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://docs.zigpoll.com/faq/branding-and-white-labeling.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.
