Created
January 10, 2017 05:31
-
-
Save davidmreed/61a46d18aee96b45a62f21fcfe27c12a to your computer and use it in GitHub Desktop.
Custom CSS for Click & Pledge - suppresses payment information for free events
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
.CPEF .nettotal { | |
visibility:hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A anonymous_totalsummary strong { | |
visibility: hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A Anonymous_FinalTotalSummary strong { | |
visibility: hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A Anonymous_PaymentSection { | |
visibility: hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A Register_Totalsummary strong { | |
visibility:hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A Register_FinalTotalSummary strong { | |
visibility:hidden; | |
} | |
.CPEF #Externalsite\3A externaleve\3A ExternalEventfun1\3A Register_PaymentSelection { | |
visibility:hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment