> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-placements/specifying-ui-settings.md).

# Specifying UI Settings

Customize your placement with your own color scheme for the tags, buttons, and banners (phone and tablet). Upload your own banners for even more customization.

<div align="left" data-with-frame="true"><img src="/files/42131f4d1d383799d95d7f8fe0fea18bbb1e204c" alt="" width="563"></div>

To customize the look of your placement:

1. Select a color for each of the following items by either entering a hex code color or clicking the color swatch to pick a color or enter RGB values.

<table><thead><tr><th width="161.49609375">PARAMETER</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Tag Color</td><td>Color of the offer tags. The text for the tab is always white (<code>#FFFFFF</code>).</td></tr><tr><td>Button Color</td><td><p>Primary color for main UI elements. This color is applied to the following elements:</p><ul><li>Buttons</li><li>DT Default Banner</li><li>If using the tab layout, the text of the active tab</li><li>If using the tab layout, the color of the inactive tab.</li></ul></td></tr><tr><td>Button Text Color</td><td><p>Secondary color for the UI elements. This color is applied to the following elements:</p><ul><li>Text on buttons</li><li>If using the tab layout, the text of the inactive tab.</li></ul></td></tr></tbody></table>

2. Upload custom banners sized for both phone and tablet. Once uploaded, the custom banners override the default DT banners. View the updated UI in the preview.

{% hint style="success" %}
The [Offer Wall Banner Template](https://opd.fyber.com/sample-template.psd) (PSD file) contains design instructions for creating custom banners.
{% endhint %}

3. Click **Save**.\
   A message confirms the update.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-placements/specifying-ui-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
