Comment on page
Advanced Usage
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 modified 1yr ago