# Common Custom CSS codes to customize the affiliate account

## Customize affiliate admin page's color

Normally, the affiliate account will look like this:

<figure><img src="/files/ZmrW4WKplHfWfP7n6M89" alt=""><figcaption></figcaption></figure>

However, you can change the color of the affiliate account by going to **Displays** > **Account customization** > **Custom CSS** > paste the following code into that section:

&#x20;\#wrapper{background:#color\_*code;}*\
*.skin-3 .nav-header{background-image:none;background-color:#color\_*&#x63;ode ;}\
\
**color\_code** is the **left panel's color** and the **top profile square** respectively.\
Please replace the **color\_code** with your preferred color code (the color code must include "#", #079B06 for example).

<figure><img src="/files/I5jb9EUBo2ajarYs81Gu" alt=""><figcaption></figcaption></figure>

## Hide the affiliate link from the Affiliate account Dashboard

Our system uses the affiliate link to track referral orders as default. However, in case you want to track the conversion by coupon code only and deactivate affiliate link's effectiveness, follow these 2 steps:

1. Set Cookie to 0

Visit **Settings** > **General** > **Cookie** > Set it to 0&#x20;

<figure><img src="/files/oCtjeAsslM5vBxPZisGr" alt=""><figcaption></figcaption></figure>

2\. Add custom CSS code to hide the affiliate link

Go to **Displays** > **Account customization** > **Custom CSS** > paste the following code to that section:

**.affiliate-link-section{**&#x20;

**display:none;**&#x20;

**}**

<figure><img src="/files/yNo62jQu5W9c73Q5Bx0S" alt=""><figcaption></figcaption></figure>


---

# 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.uppromote.com/settings/affiliate-admin-settings/customize-the-affiliate-accounts-color.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.
