For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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>

Last updated