Mobile Header Ad on Homepage only

Posted in: Newspaper
Post count: 56

Hey,

How can i show the mobile header ad ONLY on the homepage?

Thanks

Post count: 23312

Hello gili,

Try the code below and place it in Theme panel->Custom CSS area.

.td-a-rec-id-header_mob{
display:none;
}
.home .td-a-rec-id-header_mob{
display:block
}

Thanks.

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