# Accent Background Color

**Digital Nomad** supports customizing the **Accent Background Color** of website blocks (Subscribe CTA banners, tags, buttons, progress bar, etc.).

<div><figure><img src="/files/XIDQeBD3K2NZ7erpyPor" alt="" width="99"><figcaption><p>Dark Mode Toggle</p></figcaption></figure> <figure><img src="/files/ahGeSLJey5c2uBryaT9r" alt=""><figcaption><p>Tags</p></figcaption></figure></div>

<div><figure><img src="/files/wJtYBfscQnGtGS0dkxbA" alt="" width="180"><figcaption><p>Post Info Widget</p></figcaption></figure> <figure><img src="/files/dp8TdnaX76WjSY3tm1uD" alt="" width="290"><figcaption><p>Sidebar Subscribe CTA Widget</p></figcaption></figure></div>

<figure><img src="/files/diE6Fdnc6N6J6eka3Yiq" alt="" width="536"><figcaption><p>Post Footer</p></figcaption></figure>

<figure><img src="/files/rM3E9Stjuhy586vlVwEt" alt=""><figcaption><p>Subscribe CTA Banner</p></figcaption></figure>

<figure><img src="/files/WdAHZSWZdancbC9v2YpO" alt=""><figcaption><p>Footer Bottom</p></figcaption></figure>

<figure><img src="/files/LRUaLTwdsnkMh5Rz3vD4" alt=""><figcaption><p>Progress Bar</p></figcaption></figure>

The theme provides CSS variable specifically designed to control the **Accent Background Color**:

```css
--accent-background-color: #F5F5F5;
```

## To customize:

1. Access the **Settings** > **Code Injection** from the admin menu.
2. Click <mark style="color:green;">**Open**</mark>
3. In the provided space, specify the desired **Accent Background Color** using CSS variable. For example:

   ```html
   <style>
        :root {
             --accent-background-color: #F5F5F5;
        }
   </style>
   ```

   <figure><img src="/files/CvvxOv1YzuSJZdVv05J2" alt=""><figcaption></figcaption></figure>
4. 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/custom-settings/accent-background-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.
