How to Disable The Header Ad from Homepage

Posted in: Newspaper
Post count: 23

I tried with CSS in visual composer in the page but didn’t work :/

Post count: 22421

Hello,
It depends on how you want to go about this. If you simply want to hide it with css you can use this code:
.home .td-a-rec-id-header{
display:none!important
}

This code will work if your ad is not adsense.
If the ad is adsense, you need to use this code:
.home .td-g-rec-id-header{
display:none!important
}

If you want to remove the ad from the code, then you need to follow this topic to see how a condition can be used to remove an ad on a specific page: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
I hope this helps.
Thank you!

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