I have simplenews templates up and running. It works great. I think I might be missing something but is there a way to hide the template header and footers from version that is used online.

Thanks,

D

Comments

keylope’s picture

Add this into your CSS File. It will only affect the header, footer, and title when within the node content.

.node .content .simplenews-template-header,
.node .content .simplenews-template-footer,
.node .content .simplenews-template-body h1 {
display:none;
}