Hide header ad only on home

Posted in: Newspaper
Post count: 2

Hi, it is possible to hide the header ad only at home page? i’m using header style 2 – multipurpose.

I want the ad to be displayed only on posts

thanks!

Post count: 35449

Hi,

If I understand correctly, you want to hide the header menu from homepage https://www.screencast.com/t/hzbiCeGCvy
Something like this:
https://www.screencast.com/t/ouT4IclwzW
If is so just add this custom scc in Newspaper>Theme pane>Custom code>Custom css
.home .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.