Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theeventscalendar/afa019d28ccb8252e575 to your computer and use it in GitHub Desktop.
Save theeventscalendar/afa019d28ccb8252e575 to your computer and use it in GitHub Desktop.
Hide the country from your event venue's address
.tribe-events-meta-group dd.location span.country-name {
position: absolute;
top: -10000px;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment