Disable Header Ad on Specific Category.

Posted in: Newspaper
Post count: 16

Hey there,

Is there a way to disable the header ad on a specific category?

Thanks.

Post count: 23312

Hello muaythaiguy,

If you want to disable the header ad for a specific category you can achieve this if you hide it with a bit of CSS using category ID. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->
.category-7 .td-g-rec {
display:none;
}

The category ID you should find like this -> http://screencast.com/t/cAg7YkzA

The result you should see here -> http://screencast.com/t/0e29coKJp

Hope this helps!

Thank you for the message!

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