Remove Article Top ads from specific Posts

Posted in: Newspaper
Post count: 32

Hi, I have a post that I would like to keep free of promotional material. Is there a way to remove the “Article Top” ad from display? Perhaps there is some Custom CSS available?

Oliver

Post count: 7909

Hi,

Yes you can hide it via custom css in Theme Panel > Custom Css.
Take the post ID: http://screencast.com/t/Wvf8nzlf
Use class .postid-xxx to hide: http://screencast.com/t/27MVaJLWbiR

.postid-xxx .td-a-rec-id-content_top{
display: none;
}

If you use adsense please change a to g.td-g-rec-id-content_top

Thanks

Post count: 32

Amazing thanks!

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