Skip to content

Instantly share code, notes, and snippets.

@mateoclarke
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save mateoclarke/992dacbee8ba1188d49b to your computer and use it in GitHub Desktop.

Select an option

Save mateoclarke/992dacbee8ba1188d49b to your computer and use it in GitHub Desktop.
Hide "Powered by Blackbaud" Logo in emails
/* 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