Hide header on spesific pages

Posted in: Newspaper
Post count: 3

Is it possible to hide the header on spesific pages?

Post count: 6535

Hi

You can hide the header on a specific page with custom css in theme panel > custom css, targeting the page id and header warp classes like here:

.page-id-39 .td-header-wrap{
display:none!important;
}

To get the page id follow this link: http://screencast.com/t/QBfG7dPXeco

Thanks!

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