Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Created October 21, 2014 22:26
Show Gist options
  • Save geoffgraham/b73bae41a346c0fc5af6 to your computer and use it in GitHub Desktop.
Save geoffgraham/b73bae41a346c0fc5af6 to your computer and use it in GitHub Desktop.
The Events Calendar - Hide country field from a single event meta box
.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