> For the complete documentation index, see [llms.txt](https://docs.perkville.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perkville.com/features/branding/customizing-the-appearance-of-emails.md).

# Customizing the appearance of emails

You can align the style of Perkville’s transactional emails with your brand by customizing the header, buttons, footer, and referral section. These changes apply to emails such as point earnings, referral invitations, and registration invites.

#### Accessing email customization settings

1. Log into your Perkville business account.
2. Go to **Settings > Business > Branding**.
3. Click the **Preview** button.
4. Select the **Emails** tab in the preview interface.

There are three types of email templates you can customize:

* **Earned points emails**
* **Referral email**
* **Invite/registration email**

Use the tabs within the Emails section to switch between templates and see how your changes apply to each.

#### Editable elements

Use the panel on the right side to adjust the email’s appearance. Each section includes background and text color settings.

**Header**

* **Type**: Choose from solid color or gradient.
* **Background**: Set the header’s background color.
* **Text**: Set the header’s text color.
* **Use this header for all emails**: Check this box to apply the same header styling across all email templates.

**Referral section**

* Appears in referral emails.
* **Background**: Set the section’s background color.
* **Text**: Set the text color.
* **Use this referral section for all emails**: Optional if applicable.

**Buttons**

* **Background**: Set the fill color for buttons like “Redeem” or “Refer Friends.”
* **Text**: Set the button text color.
* **Use these buttons for all emails**: Apply consistent styling across email types.

**Footer**

* **Background**: Set the footer background.
* **Text**: Set the footer text color.
* **Use this footer for all emails**: Unify footer styling across templates.

> Note: To ensure readability, use color combinations that meet accessibility guidelines. Perkville follows [WCAG contrast standards](https://www.w3.org/WAI/WCAG21/quickref/#contrast-minimum).

#### Saving and publishing changes

* Click **Save** to keep your changes without publishing them.
* Click **Publish** when you are ready to apply the updates across your live emails.


---

# 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:

```
GET https://docs.perkville.com/features/branding/customizing-the-appearance-of-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
