Help in excluding Adsense ads from select places

Posted in: Newsmag
Post count: 5

Hi,

I would like to remove Google ads from showing up on the homepage grid and latest articles part of my homepage. How do I do that?

Website – https://fashionsuggest.in

Screenshots –
https://ibb.co/9hJsyDy
https://ibb.co/ws21bKY

Post count: 35449

Hi,
I see that you have auto ads https://i.imgur.com/h4iLTHg.png
Unfortunately our theme do not have an option to control the auto ads where to de display.
The only thing that I can do is to provide a css to remove those ads from home
.home .td_block_11 .google-auto-placed {
display: none!important;
}

The code need to be set in the theme panel > custom code> custom css.
I hope this will help you!

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