Disable all ads for print

Posted in: Newspaper
Post count: 9

I want to disable all Google AdSense banners on the print stylesheet. Had no problem to set the ones i’ve integrated directly in to the templates or sidebar to display:none, but I also use the option of the theme to insert ads into post-content after certain paragraphs. These are always shown on the leftand side of the print output.

Find a screenshot of the print-output here.

Post count: 22421

Hello,

Well if the other ads worked with display:none, the content ones should as well. Try to use this code:

.td-g-rec-id-content_inline{
display:none!important;
}

If it;s non adsense you must use this code:
.td-a-rec-id-content_inline{
display:none!important;
}

Thank you!

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