Forums Forums Search & Filter Pro Disable All taxanomy categories in a drop down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #260412

    Hello, how to remove all categories in a custom taxonomy select, and leave user with only custom taxonomies, without “all categories”, is there a way to modify select? Thanks.

    Trevor
    #260480

    The easiest thing is to hide the All Categories with Custom CSS.

    .sf-field-category .sf-item-0 {
        display: none;
    }

    But, you would need to substitute the class .sf-field-category with whatever the taxonomy you are using has as a class.

Viewing 2 posts - 1 through 2 (of 2 total)