Download & Extend

Suppress footer when newsletter is displayed online

Project:Simplenews Template
Version:5.x-1.2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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

#1

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.

nobody click here