Created
July 12, 2012 14:50
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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