Disabling Ads on page

Posted in: Newspaper
Post count: 14

How to disable Advertisements specifically on Pages on mobile?

Post count: 23312

Hello nishitjariwala,

Please provide your website URL so I can inspect it closer your Advertisements for your ads so I will be able to provide a more accurate code.

Thanks.

Post count: 14
Post count: 22421

Hi,

If you want to remove the ads on mobile, you can do it 2 ways. You can either use the mobile theme and not set any ads for it (only available in nespaper7): https://forum.tagdiv.com/the-mobile-theme/
Or you can use css to hide them (adsense will still detect hidden ads, but the viewer will not be able to see it)
You can use this code:
@media(max-width:767px){
.page .td-g-rec{
display:none!important
}}

This will remove all ads on pages on mobile

Thanks.

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