> For the complete documentation index, see [llms.txt](https://docs.uppromote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uppromote.com/settings/affiliate-admin-settings/customize-the-affiliate-accounts-color.md).

# 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="default affiliate account"><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="account customization"><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="setting cookie"><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="custom css"><figcaption></figcaption></figure>
