Banner Ads

Posted in: Newspaper
Post count: 9

How do i set the ads to JUST display the TOP banner on the HOME page only BUT NOT on the other pages?
http://amimagazine-org.securec98.ezhostingserver.com/

Post count: 23312

Hello Moysh,

You should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-rec-wrap{
display:none;
}
.home .td-header-rec-wrap{
display:block;
}

Thanks for the message!

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