Remove Header Ad from specific post or page

Posted in: Newsmag
Post count: 3

Hello, how can i disable or remove the Header Ad of Newsmag for a specific posts or pages?

Post count: 23312

Hello akisloukas,

If you want to do this, notice that you should use a bit of CSS code with this rule. If you have a specific page or posts from where you want to remove the Ad, first of all, you should take the page ID or post ID from here -> https://www.screencast.com/t/rJwArH41ICz and then, target the Ad if you want to remove/hide, like this -> https://www.screencast.com/t/Q9OcpCKk. The code should look like this ->

.page-id-13 .td-a-rec-id-sidebar{
display:none;
}

In that way, you should create your personal custom CSS code for your Ads.

Hope this helps!

Thanks for the message!

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