Removing Header and menu from single page

Posted in: Newspaper
Post count: 1

Can I remove the header from a single page? If so how would I go about it?

Thanks MikeMahaffey

Post count: 7909

Hi,

You can hide it using custom css – http://screencast.com/t/6AGbb55d2a

.single .td-header-wrap {
display: none;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.