hi all…
I want to disable to category template header so that it does not display on category pages. At present theme panel forces you to choose one of the templated but does not offer the option to completely disable this page feature under category global settings.
Even under per category settings the option > HIDE CATEGORY ON POST AND ON CATEGORY PAGES just doesn’t seem to do anything.
I have even tried to a
Is there a way to get rid of this page feature?
Hi xbass…
yeah that is not what I am asking, its not the top post style I want to disable but the ‘Category template style’
This is the section I want to disable on category pages… http://nimb.ws/epfniM
Hi,
One of the category templates has to be set, they cannot be disabled. However I could give you a code to remove the category header for that particular category template you are using, the result is like this
– https://www.screencast.com/t/7pv1iZiMM2
– https://www.screencast.com/t/RpkdGqDAxgc1
This is the code, if you should consider it a solution enter it in Theme panel->Custom CSS section
.td_category_template_1 .td-category-header {
display: none;
}
Thanks