How to disable this banner in all pages?

Posted in: Newspaper
Post count: 460

Hello,

Is there any code to remove this banner in all pages and categories?

I just want it to be shown in the post/publications.

Thank you

Post count: 35449

Hi,

Please add the below custom css in Newspaper>Theme panel>Custom code>Custom css, the first css will hide the ad from all pots/pages/category, and the second one will display it in post( single ).

.td-a-rec, .td-a-rec-id-header_mob {
display:none;
}
.single .td-a-rec, .post .td-a-rec-id-header_mob {
display: block;
}

https://www.screencast.com/t/nilaaM2wIy
https://www.screencast.com/t/E8sk2f6c

Thank you.

Post count: 460

Thanks a lot 🙂

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