Hide Article Inline Ad

Posted in: Newspaper
Post count: 99

Hi,

Can you please show me how to disable article inline ad from post template 8. Right now it’s displayed everywhere, some articles I choose not to display ad so I select different post template but the inline ad seem to display globally. Please help me.

Thank you

Post count: 23312

Hello IamLegend,

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

The code is ->

.single_template_8 .td-a-rec-id-content_inline{
display:none;
}

Thanks for the message!

Post count: 99

The code above didn’t work. I have to add “….inlineleft {…” for it work.

Thank you

Post count: 23312

Hello IamLegend,

I have tested the code from my side and seems to work as properly. Try using the !important tag to give a higher priority for your code.

.single_template_8 .td-a-rec-id-content_inline{
display:none!important;
}

Hope this helps!

Thanks for the message!

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