Forums Forums Search & Filter Pro Checkbox List Scrollbar

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

    Hello, I just purchased S&F Pro and I don’t find where to set a scrollbar for my categories and tags forms as it is showed on the Movie Reviews Demo ‘Genres because I have 300 categories, 150k posts and more than 2M of tags on my website. Sorry for my bad English! Thank you for your help.

    Trevor
    #196043

    I made your post in to a new thread, as it was not really related to that thread.

    You will need to add some Custom CSS to your theme. You can usually do this by going to Appearance -> Customize -> Additional CSS and add the following:

    .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul,
    .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul {
      max-height: 150px;
      overflow: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)