Last active
August 29, 2015 14:13
-
-
Save mateoclarke/992dacbee8ba1188d49b to your computer and use it in GitHub Desktop.
Hide "Powered by Blackbaud" Logo in emails
This file contains hidden or 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
| /* This doesn't work in Gmail or Yahoo but it's the best we can do. */ | |
| #cv-poweredBy { | |
| display:none !important; | |
| width:0px !important; | |
| height:0px !important; | |
| overflow:hidden !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment