In most cases it seems unnecessary to display the newsletter footer when it is viewed online. To suppress it this small bit of css will do the trick:

.simplenews-template-footer{
   display: none;
}

You may want to add it to the module as default.

Comments

spade’s picture

Status: Active » Closed (works as designed)

Better even, uncheck the box "Include footer in nodes?" in the collapsible section called "Footer" in admin/content/newsletters/settings. That way the footer is not stored in the database, so nothing needs to be supressed.