Remove sub-menu on category

Posted in: Newsmag
Post count: 9544

Hi
I know I’ve missed something obvious; started to change our category headers – to
(Newsmag 3.1)

> Header Style 2

> Category pulldown filter [off]

Can’t see how to disable the ul.td.category block under the category NAME; redundant as we’re adding those to top menu bar, and already have category drop-down in sidebar.

e.g.,
https://californianewswire.com/CA/national_news_desk/

oh…. stupid me … no setting for this (ahem, hint hint – should be!)

I can remove this section in td_category_template_2.php

<div class="td-subcategory-header">
<?php
echo parent::get_sibling_categories();
echo parent::get_pull_down();
?>
</div>

Post count: 9544

LOL…
damn, I solved my own issue AGAIN!

this is resolved. 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.