How to remove header ad from Homepage only

Posted in: Newspaper
Post count: 2

I am trying to figure out how to disable the “header ad” from showing on the Home page only. Can you help?
I am using Adsense.

Thank you

Danny

Post count: 23312

Hello jonesdanny,

If you want to hide the Header Ad only for your homepage you will have the following code and place it in Theme panel->Custom CSS area.

The code is ->

.home .td-all-devices{
display:none;
}

If the code will not working, please provide your website URL so I can inspect it closer.

Thanks.

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