Style 9 – Remove Ads.

Posted in: Newspaper
Post count: 29

Hello All,

I would like to know if this is possible via CSS. I would like to remove the Article Inline AD and Article Top AD from Style 9 only.

Thanks for the help

Post count: 35449

Hi,

That is possible whit custom css, if you add this custom css in newspaper > theme panel> custom code> custom css
.td-post-template-9 .td-post-content .td-a-rec-id-content_top .td-all-devices, .td-post-template-9 .td-post-content .td-a-rec-id-content_inline .td-all-devices{
display:none;
}

the ads will disappear on the post template 9
https://www.screencast.com/t/ZmpyWWEfW
See results:
https://www.screencast.com/t/Olmfh9bzY

Thank you.

Post count: 29

Ty Calin, much appreciated.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.