Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Last active March 17, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffgraham/922552b91cef0825667684b0ab18785a to your computer and use it in GitHub Desktop.
Save geoffgraham/922552b91cef0825667684b0ab18785a to your computer and use it in GitHub Desktop.
Add "Canceled" label to events tagged "Canceled" in TEC list view
.tag-canceled .tribe-events-calendar-list__event-datetime span {
opacity: .5;
text-decoration: line-through;
}
.tag-canceled .tribe-events-calendar-list__event-datetime::before {
content: "Canceled";
color: #e64a31;
margin-right: .5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment