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

Viewing 1 post (of 1 total)
  • 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 1 post (of 1 total)