> 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="https://1066670983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0a4fOaDyLl7Kt3XPr3Dc%2Fuploads%2FmeJwOp1VxcJ0rLsivuK8%2FSettings-Colorado-Learning-Labs.png?alt=media&amp;token=659c8b9f-238a-4eb5-9e31-00682aef8255" alt=""><figcaption></figcaption></figure>
