# Trial Days Color

**Digital Nomad** supports customizing the **color** and **background color** of the Trial Days block in membership tier cards.

### To customize:

* Go to **Settings > Code injection** from the admin panel
* Open **Site header** tab
* Add the following **code** snippet and modify the variables value to your favorite colors:

```html
<style>
  :root {
    --trial-day-font-color: #183868;
    --trial-day-background-color: #EFF8FC;
  }
</style>
```

<figure><img src="/files/46heg9hK2w7bCgeslr6k" alt=""><figcaption></figcaption></figure>

* Click **Save**


---

# 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://highfivethemes.gitbook.io/digital-nomad-user-documentation/membership/trial-days-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.
