Skip to content

Instantly share code, notes, and snippets.

@andrasguseo
Last active December 22, 2016 23:54
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 andrasguseo/49f707cd9b89e7e47f2b81a5d41f8dee to your computer and use it in GitHub Desktop.
Save andrasguseo/49f707cd9b89e7e47f2b81a5d41f8dee to your computer and use it in GitHub Desktop.
Hide Saturday and Sunday in month view in The Events Calendar
.tribe-events-month .tribe-events-calendar thead th:nth-child(6),
.tribe-events-month .tribe-events-calendar thead th:nth-child(7),
.tribe-events-month .tribe-events-calendar tbody td:nth-child(6),
.tribe-events-month .tribe-events-calendar tbody td:nth-child(7) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment