Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Created March 17, 2020 21:03
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/3069ed7b84d237c407bcf6933c668bfe to your computer and use it in GitHub Desktop.
Save geoffgraham/3069ed7b84d237c407bcf6933c668bfe to your computer and use it in GitHub Desktop.
Hide events in "Private" category when user is not logged into WordPress.
body:not(.logged-in) .tribe_events_cat-private {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment