Skip to content

Instantly share code, notes, and snippets.

@joshfeck
Created July 12, 2012 14:50
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 joshfeck/3098606 to your computer and use it in GitHub Desktop.
Save joshfeck/3098606 to your computer and use it in GitHub Desktop.
hides mention of price on confirmation screen by using the nth child selector
table#event_espresso_attendee_verify tr:nth-child(2), table#event_espresso_attendee_verify tr:nth-child(4){display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment