# Custom Branding and Themes

{% hint style="info" %}
You must be a Team Admin to Enable Custom Branding for your Organization.
{% endhint %}

## Enabling Sidebar Custom Branding <a href="#block-08b22020d2fa4de79c76d50e72839b08" id="block-08b22020d2fa4de79c76d50e72839b08"></a>

Sidebar Custom Branding (aka white-labeling) enables you to customize the logo shown in the PixieBrix sidebar:

<figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/3aac0929-dd73-4061-ab50-0ace2cbe9d1c/Untitled/w=828,quality=80" alt="" width="375"><figcaption></figcaption></figure>

To customize the logo:

1. Visit the PixieBrix [Admin Console](https://app.pixiebrix.com/)
2. Select your team from the Team Dropdown<br>

   <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/4b8552c0-a191-4fcf-9a62-9e3f6fc9b651/Untitled/w=828,quality=80" alt="" width="375"><figcaption></figcaption></figure>
3. Click Settings in the Left Sidebar<br>

   <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/da29e7b6-81b7-48b1-87dd-b1c71611a5d5/Untitled/w=640,quality=80" alt="" width="375"><figcaption></figcaption></figure>
4. Provide a PNG or SVG URL for the Custom Sidebar Logo URL field\
   \
   \
   ℹ️ Don’t see the Custom Sidebar Logo URL setting on your account? Reach out to <support@pixiebrix.com> to enable this on your account. Sidebar white labeling is only available for Business and Enterprise plans.\
   🛡️Make sure the URL you provide is accessible publicly and not blocked by your organization’s firewall. The browser will access the Logo image directly.

   <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/287c240c-e269-4bad-9846-9aaa0fc22cef/Untitled/w=1080,quality=80" alt=""><figcaption></figcaption></figure>
5. Open the Extension Console to receive the updated theme information for your Browser Extension install.

## White Label Extension Listing

A white label browser extension build with a Chrome Web Store listing is available on an Enterprise plan. To inquire about white label extension listings, contact your account manager.

## Custom Domain (Domain White Labelling)

Custom domain support is available on Enterprise plans. Custom domains enable a white label  experience when, 1) running a mod as a web app, 2) and before authentication. To inquire about using a custom domain, contact your account manager.

Custom Domains are implemented via CNAME DNS records. Follow the directions from your provider to set up the CNAME record target provided by PixieBrix support:

* [Cloudflare](https://www.cloudflare.com/learning/dns/dns-records/dns-cname-record/)
* [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/9646/2237/how-to-create-a-cname-record-for-your-domain/)
* [DNSimple](https://support.dnsimple.com/articles/manage-cname-record/)


---

# 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.pixiebrix.com/enterprise-it-setup/custom-branding-and-themes.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.
