HOW DISABLE HEADER AD ONLY ON PAGES

Posted in: Newspaper
Post count: 26

Help me, please.

I want disable the header ad only on page About Us.

I look forward to your answer.

Post count: 23312

Hello ngente,

I need your website URL so I can identify the page where you want to hide the header Ad. Also, please provide the certain page URL so I can provide a more accurate response.

Thanks.

Post count: 26

Hey there!

Mi website is http://fotomundi.org

I want to hide the Header Ad on those pages—–>

http://fotomundi.org/quienes-somos/
http://fotomundi.org/taller/
http://fotomundi.org/casting/

Thanks!

Post count: 23312

Hello Ingente,

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

The code is ->

.page-id-101 .td-header-sp-recs .td-a-rec{
display:none;
}
.page-id-103 .td-header-sp-recs .td-a-rec{
display:none;
}
.page-id-261 .td-header-sp-recs .td-a-rec{
display:none;
}

Thanks for the message!

Post count: 26

THANKS!

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