• I have two parent categories, each of which will have several child categories. Is it possible to display only the child categories as dropdowns?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I didn’t see a way to exclude; however, you can hide the parent list item with CSS, which is what I did. e.g.:

    li.cat-item-128 {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How can I display hierarchical child categories as dropdowns?’ is closed to new replies.