Closed (works as designed)
Project:
Simplenews Template
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 20:49 UTC
Updated:
12 Aug 2009 at 06:32 UTC
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.