# Customize the Quest Portal

{% hint style="info" %}
**Prerequisites**

* You need a Domino account with a [community](/docs/quest-management/creating-your-community-on-domino.md) and [portal already set up](/docs/domino-portal/setting-up-your-community-portal.md)
* Access to the community's portal settings in Domino
  {% endhint %}

## Overview

Your Domino portal is highly customizable, allowing you to create a branded experience that matches your community's identity. This guide covers all the appearance and branding options available, from logos and color themes to banners and navigation links.

<figure><img src="/files/WYFtbMSp9GHSLGp9YWSE" alt=""><figcaption><p><em>Customize your portal's look and feel to match your brand.</em></p></figcaption></figure>

## Logo and Branding Options

### Uploading Your Logo

You can upload separate logos for light and dark mode to ensure your branding looks great in any theme.

* **Light Mode Logo**: Displayed when users select a light theme
* **Dark Mode Logo**: Displayed in dark theme
* Recommended size: 200x50px, PNG or SVG format (max 2MB)

<figure><img src="/files/jNKZJvHOmpWYRRW1zDIz" alt=""><figcaption><p><em>Upload light and dark mode logos for the best appearance in all themes.</em></p></figcaption></figure>

### Hiding Domino Branding

If you want a fully white-labeled experience, you can choose to hide Domino branding from your portal interface.

* Toggle the "Hide Domino branding" option in the Branding tab

{% hint style="warning" %}
**Available on the Enterprise plan**

Hiding the Domino branding is available exclusively to customers on our Enterprise plan.
{% endhint %}

## Color Themes and Appearance

### Selecting a Theme

You can choose between light, dark, or user-selectable themes for your portal. This affects the overall look and feel for all users.

* **User selected**: Allows users to pick their preferred theme
* **Light**: Forces light mode for all users
* **Dark**: Forces dark mode for all users

### Customizing Colors

For each theme, you can fine-tune the color palette:

* Primary, secondary, background, foreground, card, popover, muted, accent, destructive, border, input, ring, and more
* Use the color picker to adjust each color to match your brand

## Banners and Custom Content

Add custom banners or content blocks to your portal homepage to highlight important information, events, or calls to action.

* Upload images or add text banners from the portal settings (if available)
* Use navigation links to direct users to key sections or external resources

{% hint style="info" %}
If you need advanced custom content or have a unique branding requirement, contact the Domino team for support.
{% endhint %}

## Navigation Links

You can add or customize navigation links in your portal's header to help users find important pages or resources.

* Add, edit, or remove links from the portal settings (if available)
* Link to internal pages, [quests](/docs/quest-management/launching-your-first-quest.md), or external sites

## Custom Domain and URL Branding

For a fully branded experience, set up a custom domain (e.g., `community.yourdomain.com`). This is managed in the Branding tab.

* Follow the instructions to point your domain to Domino
* Contact support if you need help with DNS or SSL setup

## Troubleshooting

If your branding changes aren't appearing or you encounter issues:

* **Logo not updating**: Check file size/format and try re-uploading
* **Color changes not visible**: Ensure you've saved your settings and refresh the portal
* **Navigation or banner issues**: Double-check your content and links

{% hint style="warning" %}
If you're unable to achieve the desired branding, reach out to Domino support for assistance.
{% endhint %}


---

# Agent Instructions: 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.domino.run/docs/domino-portal/customizing-quest-portal-branding.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.
