Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.27 KB

File metadata and controls

52 lines (32 loc) · 1.27 KB

Calendar Event Block Event Past Class Add

Version 0.1.0

SS Version 7.1

Fluid Engine Compatible : Unknown


Install

  • Install Calendar Block Event Change. After you install the code be sure to continue on with the rest of the steps.

  • Add code from calendar event block event past class add.html to Page Settings > Advanced > Page Header Code Injection for the page before the calendar block event change code. Read the code for any instructions within.

  • In the calendar block event change code set item to cbepca.

        item : [
        
          cbepca,
          
          ],

Note

This is meant as a base for other effects. It adds an twc-is-past class to each past event which you can then use for your own CSS to manipulate past events.

Make a Donation

Please consider making a donation.

Changes

  • 2022-04-29

    • initial version