hide article inline ad on specific post

Posted in: Newspaper
Post count: 8

Hi,

i want to hide (display:none) the article inline and and article top ad from one specific post.

I tryed to insert into custom css the following code:

.postid-2275 td-a-rec td-a-rec-id-content_inlineleft {
display: none;

but it is not working.

Is it the right way to do this?

The post is http://www.portaldorugby.com.br/entenda-o-rugby/onde-jogar

Post count: 20688

Hi,

I see that the article top ad is hidden at the moment
https://www.screencast.com/t/mCndOLU4dF
And the inline ad is hidden as well
https://www.screencast.com/t/yt7NllqdH
The code to remove these ads just for that post, would be like this

.postid-2275 .td-a-rec-id-content_top,
.postid-2275 .td-a-rec-id-content_inlineleft {
display: none;
}

Thanks

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