Hide header AD on a single page

Posted in: Newsmag
Post count: 1

How to hide the header ad on a page just a single page and leave the rest

Post count: 23312

Hello elmundoboston,

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

The code is ->

.page-id-1372 .td-header-ad-wrap{
display:none!important;
}

The result you should see here -> https://www.screencast.com/t/SBEp5CZwB

You should create your own CSS code for your desired page using the page ID.

Thanks for your understanding!

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