# Appearance

![](/files/-LbOJ62hFEmQ0RGTkAtD)

It allows you to set title, subtitle and footnote.

![General](/files/-LbOJ7kkMAX_9A2abqML)

“Alternate states” subsection can be used to apply an alternate state for an object. See Qlik Sense documentation for more details.

![Alternative states](/files/-LbOJC3tRnn45-QMDaXU)

“Settings” subsection allows you to disable and hide “Export”, “Export data”, “View data” context menu options.&#x20;

<figure><img src="/files/pTLmSVzTN4iBAOUYzWgL" alt=""><figcaption><p>Custom settings</p></figcaption></figure>

![Visualization context menu](/files/-LbOKwh3YbsOX_Bou0c9)

It also allows you to replace url in a browser adding a hashtag link of the active visualization using History API. Such option can be activated by setting "Replace "URL".

![Replace "URL"](/files/-LbOMdxyalYw-SZJ2JpR)

With custom themes developers can style Power KPI visualizations by applying custom classes using the "**CSS classes**" parameter.

<figure><img src="/files/dGITppbd3KPaOpQJ6tL3" alt=""><figcaption></figcaption></figure>

For example, by defining the following classes inside a custom theme, you can achieve the following effects:

```css
.qv-object-powerkpi .powerkpi-theme {
  background: linear-gradient(#f2f2f2, white) !important;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
}

.qv-object-powerkpi .powerkpi-theme:hover  {
  background: linear-gradient(#CFF0F8, white) !important;
  border: solid 1px #3b93bd;
}
```

<figure><img src="/files/jhKmdu2QlZM1PWXdla4h" alt=""><figcaption></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://help.rbcgrp.com/properties/appearance.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.
