Hiding Ad using CSS

Posted in: Newsmag
Post count: 104

I’m using Header style 5 which has a banner below the menu and it works fine across the site. Now I want to create a page but only for this page, I don’t want the banner to show. How do I make that happen? I remember asking before and was told that this could be done by CSS

Post count: 7909

Hi,

You can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/fYBuW4Sc

.page-id-xxx .td-header-sp-ads .td-header-ad-wrap{
display:none;
}

To find out page ID please see here: http://screencast.com/t/5miKyt1CNbP

Thanks!

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