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.
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
Comment #1
spade commentedBetter 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.