# Buttons Background Color

The **Digital Nomad** theme allows users to change the font and icon colors in buttons within certain sections. These sections include:

1. **Author name with image and bio light background**
2. **Fullscreen section with cover image**
3. **Membership light background**
4. **Subscribe banner with benefits light background**

<div><figure><img src="/files/tKtDfcBApDdE7jxCqTYw" alt=""><figcaption><p><strong>Author name with image and bio light background</strong></p></figcaption></figure> <figure><img src="/files/5jTt8JSxkR3f7M5fvnaX" alt=""><figcaption><p><strong>Membership light background</strong></p></figcaption></figure></div>

<div><figure><img src="/files/YjoW5VLcjsZDXDnSEe57" alt=""><figcaption><p><strong>Fullscreen section with cover image</strong></p></figcaption></figure> <figure><img src="/files/RL7FnikJ8s6MHDziaOpo" alt=""><figcaption><p><strong>Subscribe banner with benefits light background</strong></p></figcaption></figure></div>

### To customize:

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

```html
<style>
  :root {
    --btn-colored-text: #FFDAA4;
  }
</style>
```

<figure><img src="/files/UqPHAXIjEzDh8akYmVNS" 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/custom-settings/buttons-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.
