> For the complete documentation index, see [llms.txt](https://docs-ecs.superpowerups.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ecs.superpowerups.com/super-power-sections/advanced-usage.md).

# Advanced Usage

## How to just display the card text:

In some cases you may not want to display the Expiring Courses Saver Widget, and only show the warning text on the card.&#x20;

To accomplish this, go to your Site Footer Code Settings: *yoursite.thinkific.com/manage/settings?section=site-footer-code#tab-code-analytics*\
\
and paste this code:

```
<style>
    .pow-widget[data-kapow-app="TicToc"]{
        display:none;
    }
</style>
```

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