Jump to content

Rename "Free" periods in in Timetable


Graham Quince

Recommended Posts

Here's a bit of code if you don't want free periods labeled as free

<style>
    div[data-content-uuid="WIDGET_UUID"] .free .subject:before {
        content: 'Study Period \a';
        white-space: pre;
    }
    div[data-content-uuid="WIDGET_UUID"] .free .subject {
        height: 20px !important;
        overflow: hidden !important;
    }
</style>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...