Can I remove ads from a category and all its items?
Example.
Sport – advertising
Politics – advertising
Health- do not want advertising
Hello giulian curl,
You should use the category ID and then the display:none CSS rule, applied to Ad container for hide it. So, if you want a more accurate code in this regard, please provide your website URL so I can inspect it closer.
Thanks for the message!
Hello giulian curl,
I have inspected your category page and I did not saw any ad inside it. For an instance, if you want to remove all the ads from this page you should use the code below and place it in Theme panel->Custom CSS area.
.category-146 .td-a-rec{
display:none
}
.category-146 .td-g-rec{
display:none;
}
Hope this helps!
Thanks for the message!
no it’s not that.
Last question.
Possible disable AD on minimum word length?
disable advertising in all articles with less than 200 words.
Hello giulian curl,
Unfortunately, our theme does not have any such an option that allows you to do this, sorry! If you want this feature, you should implement it yourself and or try to find some plugins which have this functionality and see how it will work for you.
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!