Remove ad sidebar

Posted in: Newspaper
Post count: 80

Hello,

I need to block ad widget into a post, I can block the other, but not this.

/ * Removed ads post curiosities X * /
.postid-78253 .td-the-rec-id-content_inline {display: none;}
.postid-78253 .td-the-rec-id-content_top {display: none;}
.postid-78253 .td-the-rec-id-content_bottom {display: none;}
.postid-78253 .td-the-rec-id-custom_ad_2 {display: none! important; }
.postid-78253 .td-the-rec-id-custom_ad_3 {display: none! important; }
.postid-78253 .td-the-rec-id-custom_ad_2 {display: none! important; }
.postid-78253 .td-the-rec-id-sidebar_ad {display: none important; }

Post count: 80

Meu website eusouandroid.com

Post count: 23312

Hello pedroarmindo1,

Please mention the link which contains that post (postid-78253) so I can further inspect it closer and also, so I will be able to provide a more accurate response.

Thanks.

Post count: 80
Post count: 23312

Hello pedroarmindo1,

If you want to hide the ad from your sidebar for that post, please try to use the code below.

.postid-78253 .td-ss-main-sidebar .td-a-rec-id-sidebar{
display:none!important;
}

The result you should see here -> http://screencast.com/t/9WGtHUesuNl

Thanks for your understanding!

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