> For the complete documentation index, see [llms.txt](https://help.rbcgrp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rbcgrp.com/properties/appearance.md).

# 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>
