# How to change the color of the SVG Element in MY account Page

To change the color of the SVG elements according to your preference, follow these steps:

Go to Shopify Dashboard ->  Apps -> Referral Program: Shopjar -> Referrer / Affiliate dashboard -> Customize Referrer / Affiliate dashboard page ->&#x20;

<figure><img src="/files/UZIhChv1vmt3TdXLsnZw" alt=""><figcaption><p>Referrer / Affiliate Dashboard </p></figcaption></figure>

<figure><img src="/files/sablWMGXpUZCryNffGz1" alt=""><figcaption><p>Paste the Custom CSS<br></p></figcaption></figure>

Here is the CSS Code changing  SVG Elements

```
.cf_ram_my_account_copy_link {
background-color: #F06133;
}
.cf_ram_my_account_tab_active {	
border-bottom: 3px solid #F06133;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: rgb(151, 215, 0);
}
.cf_ram_my_account_auth_submit_button{
text-align: center !important;
}
#cf_ram_my_account_overview_total_sales_block svg g path:nth-last-child(2),#cf_ram_my_account_overview_total_sales_block svg g path:nth-last-child(1),#cf_ram_my_account_overview_total_rewards_block svg path:nth-last-child(1),#cf_ram_my_account_overview_total_rewards_block svg path:nth-last-child(2),#cf_ram_my_account_overview_total_rewards_block svg path:nth-last-child(3) {
  fill: #F06133 !important;
}

```

<figure><img src="/files/EUWQgoNfoDFaKduLEHzZ" alt=""><figcaption><p>Referral Dashboard </p></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.shopjar.co/faq/how-to-change-the-color-of-the-svg-element-in-my-account-page.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.
