# 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="https://2915776664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnqRFg4of77qA6qOdUp%2Fuploads%2FhlOyn8OSL8BP45BmsGND%2Fimage.png?alt=media&#x26;token=a76b945e-f1b8-433e-9d4e-d2ac511671e0" 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="https://2915776664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnqRFg4of77qA6qOdUp%2Fuploads%2FXyrC02rbcX7ONSYGupy4%2Fimage.png?alt=media&#x26;token=4c29ab4f-ac9c-482c-a4f1-895cfdc45334" 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="https://2915776664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnqRFg4of77qA6qOdUp%2Fuploads%2FWQtmyZwifm2M3YKQN9uU%2Fimage.png?alt=media&#x26;token=68b33bcc-aa58-4c57-993f-923308614524" 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="https://2915776664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnqRFg4of77qA6qOdUp%2Fuploads%2F9kMamFGYCvJtl6nVE0A8%2Fimage.png?alt=media&#x26;token=106a25ad-262d-4459-80b5-3c8527920b78" alt=""><figcaption></figcaption></figure>
