PowerUps
PowerUp My SiteMember Login
Expiring Courses Saver
Expiring Courses Saver
  • Expiring Courses Saver 💥SuperPowerUp by Rob Galvin
  • 🚀Getting Started
    • Installing Expiring Courses Saver
    • Quick Start Guide
  • 💥Super Power Sections
    • Expiring Courses Widgets
    • Widget Styles
    • Advanced Usage
  • 💬Help & Support
    • Support Options
    • Licensing
    • Uninstalling
Powered by GitBook
On this page
  1. Super Power Sections

Advanced Usage

PreviousWidget StylesNextSupport Options

Last updated 2 years ago

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