Hide banner on home page

Posted in: Newspaper
Post count: 64

How can i hide header banner section only from mobile home-page (page-id-3624) ?
Here there is my html code of this section:


<div class="td-header-sp-recs">
<div class="td-header-rec-wrap">
<div class="td-a-rec td-a-rec-id-header td_uid_1_5c1e0e178a755_rand td_block_template_1"><div class="tdm_block td_block_wrap tdm_block_icon_box td_uid_2_5c1e0e178c320_rand tdm-content-horiz-center tds_icon_box5_wrap td-pb-border-top td_block_template_1" data-td-block-uid="td_uid_2_5c1e0e178c320">
...
<div class="tds-title tds-title3 td-fix-index td_uid_5_5c1e0e17920b0">....
<div class="tdm-title-line"></div>...</div><div class="td-icon-box-meta-info"><p class="tdm-descr"></p></div></div> </div>

<div class="td-visible-phone">
....</div>
</div>
</div> </div>
</div>
</div>

Thanks in andvance

Post count: 64

Thanks i resolve by insert an ID on ads code with this code:


.home #ID {
display:none!important;
}

If there is another solution it is well accepted

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