Suppress footer when newsletter is displayed online
spade - April 6, 2009 - 20:49
| Project: | Simplenews Template |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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.

#1
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.